Run Code
|
API
|
Code Wall
|
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
Hello world
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
Insert a sequence of same numbers, unpacking
T
quizcorrect
abstractmethod 2
Evaluacion 2 -ICA
Юра и заселение
Factorial number using recursion
python_study_note_return@if@elif@else