From b83848116b187d70bcf6c9668150dabd1c36524a Mon Sep 17 00:00:00 2001 From: mddcorporation Date: Sat, 28 Feb 2026 11:40:24 +0300 Subject: [PATCH] new file --- VaravinVV/task1_1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 VaravinVV/task1_1.py diff --git a/VaravinVV/task1_1.py b/VaravinVV/task1_1.py new file mode 100644 index 0000000..397b757 --- /dev/null +++ b/VaravinVV/task1_1.py @@ -0,0 +1,2 @@ +def ll_insert(name, phone, head): + data = {'name' : name, 'phone' : phone, "next" : head} \ No newline at end of file