摘要: #创建字符串 Str1 = 'Hello World' Str2 = "Let's go" #重复输入字符串 print('hello' * 2) #字符串的切片 print('helloworld'[2:]) #格式化字符串 print('我叫%s,我今年%d岁,我家住在%s,我家有%d口人。'% 阅读全文
posted @ 2017-12-22 17:40 Chaman囍 阅读(177) 评论(0) 推荐(0) 编辑