不多說先上內容
可以理解為以下三句的縮排
1 w=input().split() 將姓名分段拆成list
2 for x in w:
3 print(x.capitalize()) 其中capitalize就是首字大寫