2026-rff_mp/VaravinVV/task1_1.py

2 lines
92 B
Python
Raw Normal View History

2026-02-28 08:40:24 +00:00
def ll_insert(name, phone, head):
data = {'name' : name, 'phone' : phone, "next" : head}