Skip to content

Commit

Permalink
[#6] Feat: Add 문자와 문자열
Browse files Browse the repository at this point in the history
  • Loading branch information
letsjo committed Mar 30, 2023
1 parent bf461cb commit e8b8a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 27866.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 문자와 문자열

word = input()
print(word[int(input())-1])

0 comments on commit e8b8a1a

Please sign in to comment.