Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Join = input('Would you like to join me?')
- if Join == 'yes' or 'Yes':
- print("Great," + myName + '!')
- else:
- print ("Sorry for asking...")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement