def a(s):
return s[0].upper()+s[1:]
print a('hello')
print a('sunday')
print a('september')
如果不空一行就会报错
相关分类