diff --git a/README.md b/README.md index 7e9e6ed..86c226f 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# 나는 홍길동입니다 +# 저는 서수현 입니다 +'''이것은파이썬 겸용''' + + +print("나는 장풍을 했다!") +print("-서수현-") diff --git a/nana.py b/nana.py new file mode 100644 index 0000000..931693a --- /dev/null +++ b/nana.py @@ -0,0 +1,8 @@ +print ("Hello") +n = 30 +name = "파이썬" + +print(f"Im {name}. age is {n}.") + +for i in range(10): + print(i)