develop #1

Open
FirsovAV wants to merge 1141 commits from UNN/2026-rff_mp:develop into develop
Showing only changes of commit 74b9fc8790 - Show all commits

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