[2] task 1 and task 2 #160
2
VaravinVV/task1_1.py
Normal file
2
VaravinVV/task1_1.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def ll_insert(name, phone, head):
|
||||
data = {'name' : name, 'phone' : phone, "next" : head}
|
||||
Loading…
Reference in New Issue
Block a user