백준 1152번 단어의 개수 파이썬
                        
                            2022.03.08 21:51
                        
                    
                    
                        백준 1152번 단어의 개수 파이썬 코드이다.
print(len(list(map(str, input().split()))))