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ść
e531b72b56
micropython
/
tests
/
basics
/
dict_get.py
4 wiersze
65 B
Python
Czysty
Wina
Historia
for
d
in
{
}
,
{
42
:
2
}
:
print
(
d
.
get
(
42
)
)
print
(
d
.
get
(
42
,
2
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik