Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name = input("What is your name?")
- droidnumber = int (input("How many droids would you like to meet?"))
- wookieesnumber = int (input("how many Wookiees would you like to meet?"))
- print(name+ " wants to meet " +str(droidnumber)+ " Droids and " +str(wookieesnumber)+ " Wookiees." )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement