Python 練習實例60
python 練習實例60
題目:計算字符串長度。
程序分析:無。
實例(python 2.0+):
#!/usr/bin/python # -*- coding: utf-8 -*- sstr1 = 'strlen' print len(sstr1)
以上實例輸出結果為:
6
題目:計算字符串長度。
程序分析:無。
實例(python 2.0+):
#!/usr/bin/python # -*- coding: utf-8 -*- sstr1 = 'strlen' print len(sstr1)
以上實例輸出結果為:
6