题解 | #密码游戏#
密码游戏
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='')
密码游戏
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='')
相关推荐
27届学院本誓死冲击...:下次再发把个人信息隐藏掉,以防有心之人。相关课程删了,荣誉奖项只留蓝桥杯,把蓝桥杯写到教育经历里,按教育经历、实习经历、项目经历、专业技能这个顺序排版