Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
39977a56daec143fbb61bab644328c042f41b168
/
.
/
tests
/
basics
/
tests
/
float1.py
blob: 200d9558563d029cd6b0701a5bccb7a669ddf420 [
file
] [
log
] [
blame
]
Damien
39977a5
2013-12-29 22:34:42 +0000
[
diff
] [
blame^
]
1
# basic float
2
x
=
1
/
2
3
print
(
x
)