Commit 85e408c0 by BellCodeEditor

save project

parent ccf60dae
Showing with 14 additions and 0 deletions
asdfg=[1,2,3,4]
for i in asdfg:
for j in asdfg:
for x in asdfg:
if i!=j and i!=x and x!=j:
print(i*100+j*10+x)
for j in asdfg:
for x in asdfg:
if i!=x and x!=j:
print(j*10+x)
for x in asdfg:
print(x)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment