#4 prueba

Нээсэн
dagarcos 1-ийг dagarcos/prueba-оос dagarcos/master руу нэгтгэхийг хүсэлт
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      main.py

+ 3 - 0
main.py

@@ -9,6 +9,9 @@ def print_hi(name):
     print(f'Hi, {name}')  # Press Ctrl+8 to toggle the breakpoint.
 
 
+def other(a):
+    print(a)
+
 # Press the green button in the gutter to run the script.
 if __name__ == '__main__':
     print_hi('PyCharm')