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ść
f4a6fc2c8e
micropython
/
tests
/
float
/
list_index.py
9 wiersze
89 B
Python
Czysty
Wina
Historia
x
=
[
1
,
2
]
print
(
x
[
1
]
)
try
:
print
(
x
[
1.0
]
)
except
TypeError
:
print
(
"
TypeError
"
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik