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