第六个作业

for a in range(1,5): for b in range(1,5): for c in range(1,5): if a!=b and a!=c and b!=c: print(str(a)+str(b)+str(c))  
相关文章
相关标签/搜索