Skip to content

Commit

Permalink
Create 0.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoparkgo9ma authored Sep 29, 2018
1 parent 7483116 commit b7b1ecf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 0.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print('1'+'1') #문자와 문자를 합치고 숫자와 숫자를 합치고 문자와 숫자를 합친다.
print(1+1)
print(str(1)+'1')

0 comments on commit b7b1ecf

Please sign in to comment.