[1] 1st lab data create

This commit is contained in:
gutovvm 2026-04-19 16:27:02 +03:00
parent 036c08c2d9
commit 74b9fc8790

14
GutovVM/docs/data/1.py Normal file
View File

@ -0,0 +1,14 @@
#LinkedListPhoneBook
def insert(name, phone):
return 0
def find(name):
return 0
def delete(name):
return 0
def list_all():
return 0