From 6eca2731d1165b0eb34d5d2811b8112cd7e397ba Mon Sep 17 00:00:00 2001 From: Inhwa Date: Tue, 20 Feb 2024 15:55:09 +0900 Subject: [PATCH 1/3] add my text --- game.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.py b/game.py index 9cb3593..6171ee1 100644 --- a/game.py +++ b/game.py @@ -1,3 +1,5 @@ +# 소스 코드 수정 중 + import random num1 = int(input("하나를 선택하세요 : 가위(0), 바위(1), 보(2) :")) From f8c32cf64658b542e5f07e26c2988b9927d771b8 Mon Sep 17 00:00:00 2001 From: Inhwa Date: Tue, 20 Feb 2024 15:55:09 +0900 Subject: [PATCH 2/3] add newGame.py file --- game.py | 2 ++ newgame.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 newgame.py diff --git a/game.py b/game.py index 9cb3593..6171ee1 100644 --- a/game.py +++ b/game.py @@ -1,3 +1,5 @@ +# 소스 코드 수정 중 + import random num1 = int(input("하나를 선택하세요 : 가위(0), 바위(1), 보(2) :")) diff --git a/newgame.py b/newgame.py new file mode 100644 index 0000000..3d8a607 --- /dev/null +++ b/newgame.py @@ -0,0 +1 @@ +print('new game') \ No newline at end of file From 8b9c5ab95eba2771f0b21f90c64df4c1277e28f2 Mon Sep 17 00:00:00 2001 From: Inhwa Date: Tue, 20 Feb 2024 16:51:32 +0900 Subject: [PATCH 3/3] ww --- .idea/.gitignore | 3 +++ .idea/Python-Game.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ newgame.py | 3 ++- 7 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/Python-Game.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Python-Game.iml b/.idea/Python-Game.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/Python-Game.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2a01189 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5a762f1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/newgame.py b/newgame.py index 3d8a607..60a2813 100644 --- a/newgame.py +++ b/newgame.py @@ -1 +1,2 @@ -print('new game') \ No newline at end of file +print('new game') +print("hello GitHub!") \ No newline at end of file