We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68bb42 commit 023cc29Copy full SHA for 023cc29
if_else.py
@@ -0,0 +1,8 @@
1
+height=int(input("enter height in feet:"))
2
+
3
+if(height>3):
4
+ print("Buy Token")
5
+ print("Now You can board the metro" )
6
+#print("out of if block")
7
+else:
8
+ print("No Token required")
0 commit comments