File "C:/Users/novgo/PycharmProjects/dafavoda/venv/dafavoda.py", line 3 if (int(score)>(min)) ^ SyntaxError: invalid syntax
Process finished with exit code 1
score=int(input("Enter your score")) min=int(59) if (int(score)>(min)) print("Congragulations You have passed the exam!1") else print("You Have failed")