Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tuples operating with '+' '*'
#python 3.5.2 print ("Hello, world!") tup1 = (1,2,3) tup2 = (4,5,6) tup3 = (7,8,9) tup_123 = tup1 + tup2 + tup3 print(tup_123) print(tup1*4)
run
|
edit
|
history
|
help
0
Lesson 6 part 3
init constructor
fibonacciseries
Add missing names
BasicPattern.py
Yogesh.py
PythonSimpleBook1
p1
pico menu
Range List for Python