点击运行
#!/usr/bin/python3 str = "this is string example....wow!!!"; print ("str.capitalize() : ", str.capitalize())
运行结果 :
正在执行...