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ść
8c7db42ee3
micropython
/
tests
/
basics
/
list_sum.py
6 wiersze
59 B
Python
Czysty
Wina
Historia
# list addition
a
=
[
1
,
2
,
3
]
b
=
[
4
,
5
,
6
]
c
=
a
+
b
print
(
c
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik