diff --git a/GutovVM/docs/data/1.py b/GutovVM/docs/data/1.py new file mode 100644 index 0000000..e856c93 --- /dev/null +++ b/GutovVM/docs/data/1.py @@ -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 +