第六個作業

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))  
相關文章
相關標籤/搜索