print("Hello! Thank You for clicking on this. Lets do some Math!") name=input("What is your name?") print("Hello" , name) print("Lets do addition first!") v1= 50; v1 = v1 +50 print(v1) print("Wow good job" , name) print("Lets do Subtraction now!") v2 = 60; v2 = v2 -40 print(v2) print("Wow you're good!") print("Let's do Multiplication") v3 = 5; v3 = v3 *3 print(v3) print("You're Genius!") print("Now the last one, Division!") v4 = 6; v4 = v4 /2 print(v4) print("Man, you're Albert Einstien!") print("Thank You again for taking this! Please Subscribe to my Youtube, Mariof. Have a good day!")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question