This website requires JavaScript.
Explore
Help
Sign In
zcy
/
triangle
Watch
1
Star
0
Fork
You've already forked triangle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56bbd5b000
triangle
/
python_gui
/
gui
/
test2.py
5 lines
80 B
Python
Raw
Blame
History
a
=
[
1
,
2
]
b
=
[
4
,
5
,
6
,
4
]
c
=
[
7
,
8
,
9
,
10
]
for
i
,
j
,
k
in
zip
(
a
,
b
,
c
)
:
print
(
i
,
j
,
k
)
Reference in New Issue
View Git Blame
Copy Permalink