Agorithm/백준 알고리즘
백준 알고리즘 2743번 단어 길이 재기(python)
kimjinho1
2020. 2. 7. 03:45
728x90
반응형
len을 사용해 길이를 구하자.
print(len(input()))
728x90
반응형