This commit is contained in:
mddcorporation 2026-02-28 11:40:24 +03:00
parent 5f779a102c
commit b83848116b

2
VaravinVV/task1_1.py Normal file
View File

@ -0,0 +1,2 @@
def ll_insert(name, phone, head):
data = {'name' : name, 'phone' : phone, "next" : head}