""""
Python Python
#!/usr/bin/python# Write Python 3 code in this online editor and run it.print("Hello, World!");
# Write Python 2 code in this online editor and run it.print 'Hello World!'
[add-source]
Python Script Python