Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Hello World in Python

Hello world in python is a very simple.
Print function is used to print string / variables / output to console.
Python 2 Syntax
print "Hello World";

Python 3 Syntax
print("Hello world");