while True:
for event in pygame.event.get():
if event.type==pygame.QUIT:
pygame.quit()
sys.exit()
pygame1.blit(image1,(0,0))
print ("choose from 0-8")
p1=int(input())
while p1>8 or p1<0 or list_b[p1]=="X" or list_b[p1]=="O":
print ("wtf bro")
p1=int(input())
list_b[p1]
Τη Τρίτη, 19 Ιουλίου 2016 - 9:20:20 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε:
> On Tue, Jul 19, 2016 at 4:07 PM, WePlayGames WeEnjoyIt
> wrote:
> > the problem with this is that i get an syntax error at the very end at the
> > TOTAL+=1 when i delete this it tells me that th
Τη Τρίτη, 19 Ιουλίου 2016 - 9:32:34 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε:
> On Tue, Jul 19, 2016 at 4:26 PM, WePlayGames WeEnjoyIt
> wrote:
> > thanks chris for responding, it doesnt say anything else just syntax error
> > it have seen this error again when im using t