Commit 132e6868 by BellCodeEditor

save project

parent c8b771a6
Showing with 12 additions and 0 deletions
a=0
for i in range(1,5):
for j in range(1,5):
for k in range(1,5):
for h in range(1,5):
if((i!=j) and (i!=k) and (i!=h) and (j!=k) and (j!=h) and (k!=h)):
print(i,j,k,h)
a+=1
print(a)
\ 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