题解 | #表示数字#

表示数字

http://www.nowcoder.com/practice/637062df51674de8ba464e792d1a0ac6

while True:
    try:
        a = input()
        b = a
        j = -1
        for i in range(0,len(a)-1):
            if not a[i].isnumeric() and a[i+1].isnumeric():
                j += 1
                b = b[:i+j+1]+'*'+b[i+j+1:]
            if a[i].isnumeric() and not a[i+1].isnumeric():
                j += 1
                b = b[:i+j+1]+'*'+b[i+j+1:]
        if b[0].isnumeric():
            b = '*'+b
        if b[-1].isnumeric():
            b = b+'*'
        print(b)
    except:
        break
全部评论

相关推荐

自来熟的放鸽子能手面...:这个不一定,找hr跟进一下
点赞 评论 收藏
分享
10-17 23:18
已编辑
西北农林科技大学 Web前端
独行m:给25可以试试,但他只能给12,那就是纯纯的事精
秋招,不懂就问
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务