Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 오픈소스 저장소 클론 수업-Python 버전
히히히 오늘도 ㄴr는 수정을 한ㄷr

이번엔 PULL해야지
git pull origin main ㄱㄱ
2 changes: 1 addition & 1 deletion game.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 수정

hahahahahaha
import random

num1 = int(input("하나를 선택하세요 : 가위(0), 바위(1), 보(2) :"))
Expand Down