#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')