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