TelenkovDmitry 1 year ago
parent
commit
f6b0d201b4
1 changed files with 5 additions and 7 deletions
  1. 5 7
      courses/python_for_begginers/sort.py

+ 5 - 7
courses/python_for_begginers/sort.py

@@ -141,12 +141,10 @@ def sort_1():
         else:
             print('Неизвестный номер')
 
-
-
-    print(fone_book)
-    print(req_list)
     
-sort_1()
+# sort_1()
     
-# test_list = ['1', '2', '3']
-# print(*test_list)
+
+def sort_2():
+    
+