This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
passport-firmware
mirror of
https://github.com/lukechilds/passport-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
69
Commits
42
Branches
8
Tags
43 MiB
C
88.6%
Assembly
4.2%
Python
4%
C++
1.1%
PHP
0.5%
Other
1.2%
Tree:
428a1f0229
passport-firmware
/
tests
/
basics
/
list_sum.py
5 lines
59 B
Raw
Blame
History
# list addition
a
=
[
1
,
2
,
3
]
b
=
[
4
,
5
,
6
]
c
=
a
+
b
print
(
c
)
Reference in new issue