题解 | #密码游戏#

密码游戏

https://www.nowcoder.com/practice/36641ab168664384aff798ba7ce34bc1

integer = input()
str1 = []
for i in integer:
    i = int(i)
    i = (i+3) % 9
    str1.append(str(i))

print(str1[2],str1[3],str1[0],str1[1],sep='')

全部评论

相关推荐

有趣的牛油果开挂了:最近这个阶段收到些杂七杂八的短信是真的烦
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务