首字母大写

a = 'alex'
b = a.capitalize()
print(a)
print(b)
import sys
print(sys.argv)

 

posted @ 2016-12-22 11:06  打不死的--蟑螂  阅读(139)  评论(0编辑  收藏  举报