码迷,mamicode.com
首页 > 编程语言 > 详细

python自学第四课!

时间:2018-06-01 13:34:06      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:print   IV   bar   replace   str   NPU   输入   python   打印   

replace()替换字符串

test = starararar
v = test.replace(ar,bb,2)
print(v)

结果:stbbbbarar

将输入的字符串的索引打印出来

test1 = input(">>>")

for a in range(0,len(test1)) :
    print(a,test1[a])

 

python自学第四课!

标签:print   IV   bar   replace   str   NPU   输入   python   打印   

原文地址:https://www.cnblogs.com/starz224/p/9120962.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!