>>>Print("Hello World”) >>>print("Interhigh Computer Studies") >>>print (“Question: Which is the best school?”) >>>print (“Answer: Interhigh!”) >>>print ("Question: Which is the best school?\nAnswer: Interhigh.") >>>print(“What is your name?”) my_name = input (Amin) >>>print(“How are you today” + today_Amin) Answers: >>>print (156 + 567)723 >>>print (132-46)86 >>>print (256/8)32.0 >>>print (389*13)5057 >>>print (“111 divided by 4 = “, 111/4) 111 divided by 4 = 27.75 >>>print (“156 add 567 = “, 156+567) 156 >>>print (“132 subtract 46 = “, 132-46) 86 >>>print (“256 divide 8 = “, 256/8) 32.0 >>>print (“389 times 13 = “, 389*13) 5057
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