kopia lustrzana https://github.com/micropython/micropython
6 wiersze
72 B
Python
6 wiersze
72 B
Python
|
try:
|
||
|
complex
|
||
|
print("complex")
|
||
|
except NameError:
|
||
|
print("no")
|