Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tupples
Tup=('a','bc',78,1.23) Tup2=('d',78) print (Tup) print (Tup[0]) print (Tup[1:3]) print (Tup[2:]) print (Tup*2) print (Tup+Tup2) Tup[2]
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
multiple inheritance
Game4
fibonaccii.py
Lesson 7 part 2
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
floating point limitations
DuckTyping.py
Convert String to Lower Case
Partition To 2 Equal Sum Subsets From An Array of Integers
Assignment-2b
Please log in to post a comment.