Advertisement
PlainclothesCop

3.5.4 Obi-Wan Says

Aug 24th, 2021
2,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. name = input("What is your name?")
  2.  
  3. droidnumber = int (input("How many droids would you like to meet?"))
  4.  
  5. wookieesnumber = int (input("how many Wookiees would you like to meet?"))
  6.  
  7. print(name+ " wants to meet " +str(droidnumber)+ " Droids and " +str(wookieesnumber)+ " Wookiees." )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement