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