题解 | #密码游戏#
密码游戏
https://www.nowcoder.com/practice/36641ab168664384aff798ba7ce34bc1
strsnew=[str((int(i)+3)%9) for i in input()] print(strsnew[2]+strsnew[3]+strsnew[0]+strsnew[1])
密码游戏
https://www.nowcoder.com/practice/36641ab168664384aff798ba7ce34bc1
strsnew=[str((int(i)+3)%9) for i in input()] print(strsnew[2]+strsnew[3]+strsnew[0]+strsnew[1])
相关推荐