This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
jack
/
cocorobolx
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
fa3e8f2d6e
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t398.py
t398.py
83 B
Lịch sử
Raw
1
2
3
4
print zip([8, 9, 10], [11, 12, 13])
print zip([1, 2, 3])
print zip()
print zip([])