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ść
4e2460852a
micropython
/
tests
/
basics
/
generator2.py
4 wiersze
56 B
Python
Czysty
Wina
Historia
gen
=
(
i
for
i
in
range
(
10
)
)
for
i
in
gen
:
print
(
i
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik