|  | 
|  | 
| вернуться в форум | What is going wrong? (Python 2.7) lock1 = input()lock2 = input()
 
 if lock1 % 2 == 0 or lock2 % 1 == 1: print "yes"
 else: print "no"
 
 
 
 I got WA in testcase 3. Why could that be?
 
 Edited by author 21.06.2014 17:45
Re: What is going wrong? (Python 2.7) Same error for me. Don't know the problem man. :( | 
 | 
|