Skip to content

Instantly share code, notes, and snippets.

@Sinitca-Aleksandr
Last active January 27, 2016 11:21
Show Gist options
  • Select an option

  • Save Sinitca-Aleksandr/d289b1dc82bf76edcadb to your computer and use it in GitHub Desktop.

Select an option

Save Sinitca-Aleksandr/d289b1dc82bf76edcadb to your computer and use it in GitHub Desktop.
x = int(input("Print 4="))
if x == 4:
print("Thank you")
x = int(input("Print 4="))
if x == 4:
print("Thank you")
else:
print("Nooo!!!")
x = int(input("X="))
if x==1:
print ("One")
elif x==2:
print ("Two")
elif x==3:
print ("Three")
else:
print "I do not know this number"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment