Mam problem z programem otóż gdy plik '.py' włączam w interpreterze to zwraca mi błąd
Traceback (most recent call last): File "C:\Users\Radosław\Desktop\Kto wybiera\kto-wybiera-V2.py", line 119, in <module> debug.write("Kto wybiera nastepnym razem : " + str(y) + "\n\n\n\n") NameError: name 'y' is not defined
a w kodzie wyraźnie jest zdefiniowane
if p == True and o == False and l == False and pol == False :
print("Dzisiaj wybiera Konrad")
kto_ostatni.write("Konrad")
y = "Konrad" #tutaj
elif p == False and o == True and l == False and pol == False :
print("Dzisiaj wybiera Radek")
kto_ostatni.write("Radek")
y = "Radek" #i tu
elif p == False and o == False and l == True and pol == False :
print("Dzisiaj wybiera Konrad")
kto_ostatni.write("Konrad")
y = "Konrad" # i tutaj też
elif p == False and o == False and l == False and pol == True :
print("Dzisiaj wybiera Radek")
kto_ostatni.write("Radek")
y = "Radek" # tu