Skip to content Skip to sidebar Skip to footer

Value Error When No Value Error

The following code triggers a value error: from pygame import * init() from random import * t = True f = False inventory = [] class block(object): def __init__(self,break_time,

Solution 1:

You define unervise, not unevise:

unervise = {}

Also, there's no need for the multiple global declarations.

Post a Comment for "Value Error When No Value Error"