ProgQuiz

Python Quiz
Is following code allowed in Python?
1 if a > b: print("a is greater than b")
Go back home