Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
first code: simple, variables, string
+2
Author: Eliza Shoop
Dark
Public
Save
PY
py
1
2
3
4
5
6
7
x =
'Spam '
x = x +
'and eggs '
spam =
"Monty Python\'s "
foo=
'essential breakfast'
bar=
'is '
print
(
x + bar + spam + foo +
"!"
)
Enter to Rename, Shift+Enter to Preview
OUTPUT