a=1

b=1



while (a==1&&b==1):

print "%d,%d" % (a,b)





File "print.py", line 6

  while (a==1&&b==1):

              ^


이렇게뜸