return 为什么后面空一行

def a(s):

    return s[0].upper()+s[1:]


print a('hello')

print a('sunday')

print a('september')

如果不空一行就会报错

风月v
浏览 1653回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python