Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Подарки
i=[int(x) for x in range(1,int(input().strip())+1)] k=[int(z) for z in input().strip().split()] print(i) print(k) p=list(zip(i,k)) print(p)
run
|
edit
|
history
|
help
0
intervalos
HW. InsertionSort in Descending order
Game4
linked_lists_2
Python.py
shuru9
Skillenza - Marker Count
What regex will match these lines?
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
Tail recursion & Memoisation utilities