I Don't Speak Code

a collection of online IDEs for use on a web browser

View on GitHub

Python examples

Please feel free to copy code from here, and use in the python REPL page.

Example 1 - Hello World

print("hello world!") #just like usual python code!

actually, just use normal Python code, will go through eval().

for python tutorials go to W3schools.