This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
gogadmin
/
Arduino
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
3e5a6ea51e
브랜치
태그
master
Arduino
/
esp8266
/
micropython
/
tests
/
float
/
true_value.py
true_value.py
102 B
히스토리
Raw
1
2
3
4
5
6
7
# Test true-ish value handling
if not 0.0:
print("float 0")
if not 0+0j:
print("complex 0")