Advertisement
Scunnered

Untitled

Aug 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. print("Hi I'm Marvin, I'm your personal Bot. Brain the size of a planet and this is all I get to do...")
  2. #user_name=input("What's your name? ")
  3. #print("Welcome " +user_name+", my name is insert name here because I have no imagination.")
  4. print("right handsome gieze two numbers...")
  5.  
  6. input1=input("first number? ")
  7. number1=int(input1)
  8.  
  9. input2=input("second number? ")
  10. number2=int(input2)
  11.  
  12. result = number1/number2
  13. output=str(result)
  14.  
  15. print( input1 + "/" + input2 + " the result is=, " + output )
  16. #print (result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement