#4 prueba

오픈
dagarcos dagarcos/prueba 에서 dagarcos/master 로 1 commits 를 머지하려 합니다
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')