This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
b1a0ce46d1
micropython
/
tests
/
float
/
true_value.py
8 wiersze
104 B
Python
Czysty
Wina
Historia
# Test true-ish value handling
if
not
0.0
:
print
(
"
float 0
"
)
if
not
0
+
0
j
:
print
(
"
complex 0
"
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik