4 lines
33 B
Python
4 lines
33 B
Python
|
# basic float
|
||
|
x = 1 / 2
|
||
|
print(x)
|