nan + nan = 2nan

[백준][Python3] #2743. 단어 길이 재기 본문

Python/백준 알고리즘

[백준][Python3] #2743. 단어 길이 재기

2nan 2024. 2. 27. 16:45
728x90

 


코드 입력

word = input()
print(len(word))

 


출처 : 백준 Online Judge

 

Comments