摘要:
一、字符串的基本使用#!/usr/bin/env python#!-*- coding:utf-8 -*-#!/usr/bin/env python 指定解释器为pythonabc='hello,world' #把'hello,world' 赋给abc对象print abc.count('l') #... 阅读全文
posted @ 2016-01-11 11:55 徐言美 阅读(272) 评论(0) 推荐(0)
|
|
|
|
摘要:
一、字符串的基本使用#!/usr/bin/env python#!-*- coding:utf-8 -*-#!/usr/bin/env python 指定解释器为pythonabc='hello,world' #把'hello,world' 赋给abc对象print abc.count('l') #... 阅读全文
posted @ 2016-01-11 11:55 徐言美 阅读(272) 评论(0) 推荐(0) |
|