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ść
5c5fe87821
micropython
/
tests
/
stress
/
dict_create.py
9 wiersze
96 B
Python
Czysty
Wina
Historia
# create a large dictionary
d
=
{
}
x
=
1
while
x
<
1000
:
d
[
x
]
=
x
x
+
=
1
print
(
d
[
500
]
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik