[2] task 1 and task 2 #160

Open
varavinvv wants to merge 16 commits from varavinvv/2026-rff_mp:varavinvv into develop
Showing only changes of commit b83848116b - Show all commits

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}