ccode_runner 0.3.7

Run/compiles files and executes them efficiently
Documentation
1
2
3
number = float(input())
square = number ** 2
print(square)