1.7 编程基础之字符串 32 行程长度编码 python
生活随笔
收集整理的這篇文章主要介紹了
1.7 编程基础之字符串 32 行程长度编码 python
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
http://noi.openjudge.cn/ch0107/32/
""" 1.7 編程基礎之字符串 32 行程長度編碼 http://noi.openjudge.cn/ch0107/32/""" str=input()n=0lst=str.upper()#print(lst)p=lst[0] cnt=1i=1 while i<len(lst):if lst[i]!=p :print("(%c" %p,end=',')print("%d)" %cnt,end='')cnt=1p=lst[i]else:cnt+=1i+=1print("(%c" %p,end=',') print("%d)" %cnt)總結
以上是生活随笔為你收集整理的1.7 编程基础之字符串 32 行程长度编码 python的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php模拟远程提交get 、post 实
- 下一篇: 1259:【例9.3】求最长不下降序列