import itertools
c = input('请输入4个整数:')
for i in itertools.combinations_with_replacement(c, 4):
if (int(i[-2]) % 2) != 0 and (int(i[-3]) % 2) != 0 and i[-1] == i[-3]:
print(i)
lzy841398007的博客Lets see how the digits change in a number 255568 has digits either staying same or increasing. Lets call this an up number. 9854420 has digits either staying the same or decreasing....
han_xue_feng的博客public class Main { public static void main(String[] 软件测试|Python绘图神器——Matplotlib使用教 前言现在我们越来越多的使用Python来处理工作中涉及到的数据,但是表格里的数据是不够直观的,图形化的展示更...