unindent does not match any outer indentation level pada program python

Oleh rachmadi 108 0 pada Kamis, 29 Des. 2016, 12:04:57


Kembali ke forum umum


Petunjuk Diskusi
Silahkan masuk untuk berdiskusi



while k:
    screen.blit(FIELD, (0,0))
    k+=1
    if k%5 == 0: tick()
    SnakeDraw()
    display.update()
    for e in event.get():
        if e.type == KEYDOWN:
        	btn_press(e.key)
            if e.key == K_ESCAPE: k  =   0:                apa yang salah dari kode tersebut
0 jempol




Belum ada tanggapan