2026-rff_mp/VaravinVV/task1_1.py
2026-02-28 11:40:24 +03:00

2 lines
92 B
Python

def ll_insert(name, phone, head):
data = {'name' : name, 'phone' : phone, "next" : head}