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
/
basics
/
list_reverse.py
6 wiersze
69 B
Python
Czysty
Wina
Historia
a
=
[
]
for
i
in
range
(
100
)
:
a
.
append
(
i
)
a
.
reverse
(
)
print
(
a
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik