摘要:
51CTO上看到这个视频,自己试做一下:尾数前移:N尾数是6,把6移到最前面后是N的4倍 def move_last_num(): a = 1 while True: if 4 * (a * 10 + 6) == 6 * (10 ** len(str(a))) + a: print(a) retur 阅读全文
posted @ 2016-07-13 15:08
lostkite
阅读(481)
评论(0)
推荐(0)
浙公网安备 33010602011771号