micropython/tests/basics/float1.py

4 wiersze
33 B
Python
Czysty Zwykły widok Historia

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