Files
Core2forAWS-MicroPython/tests/basics/float1.py
T

4 lines
33 B
Python
Raw Normal View History

# basic float
x = 1 / 2
print(x)