TelenkovDmitry 1 anno fa
parent
commit
f6b0d201b4
1 ha cambiato i file con 5 aggiunte e 7 eliminazioni
  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():
+    
+