Commit ab3d3b94 by BellCodeEditor

auto save

parent fccaf768
Showing with 6 additions and 0 deletions
for i in range(5):
for a in range(5):
for b in range(5):
if (i!=a) and (a!=b) and (b!=i):
print(i,a,b)
\ 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