Skip to content

Instantly share code, notes, and snippets.

@michaeltennant4554
Last active February 8, 2018 10:26
Show Gist options
  • Save michaeltennant4554/a44aeeb488a89b151f57d404ed86a72b to your computer and use it in GitHub Desktop.
Save michaeltennant4554/a44aeeb488a89b151f57d404ed86a72b to your computer and use it in GitHub Desktop.
print ("hi welcome to music suggester to pick what genre you want just type genre")
choice=input
def genre():
print("hip hop,jazz,rnb,pop,party
if choice == ("rap"):
print("https://m.youtube.com/watch?v=anI5b2PEmdA")
elif choice == ("bike"):
print ("i can cycle that")
else choice == ("")
print (" am i dont know")
def joke():
print ("why did the rubber cicken cross the road?")
print ("it wanted to strech its legs")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment