def a(s):? ? return s[0].upper()+s[1:]print a('hello')print a('sunday')print a('september')如果不空一行就會報錯 查看完整描述