new file
This commit is contained in:
parent
5f779a102c
commit
b83848116b
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