Python Online Compiler 3.3 (interpreter and Editor)

Write | Share | Compile your Python 3.3 code online – An online free Python 3.3 compiler (interpreter) by Python online compiler.

 
Input
 
x = str(3) y = int(3) z = float(3) print(x) print(y) print(z)
Copied
Output