Commit e7768ea4 by BellCodeEditor

auto save

parent 8cdb7eee
Showing with 9 additions and 0 deletions
q=0
for a in range(1,5):
for b in range(1,5):
for c in range(1,5):
for d in range(1,5):
if((a!=b)and(a!=c)and(a!=d)and(b!=c)and(b!=d)and(b!=c)and(c!=d)):
print(a,b,c,d)
q+=1
print(q)
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