Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 110 Bytes

File metadata and controls

7 lines (7 loc) · 110 Bytes
num = 200
if num > 0:
    print("num is greater than 0")
else:
    print("num is not greater than 0")