Python program(for beginners)
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Hello World!
This Python template lets you get started quickly with a simple one-page playground.
1
2
3
print('Hello World!') #anything we want to print can be inside single quotes...(this is a single line comment)
print("First python program!") #.. or double quotes
Enter to Rename, Shift+Enter to Preview
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Python template
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content