ram
master
@ -23,4 +23,7 @@ class Image:
x=random.randint(0,5)
keys=list(self.plants_image_dict.keys())
plant=keys[x]
return self.plants_image_dict[plant]
def return_plant(self,plant_name):
return self.plants_image_dict[plant_name]
The note is not visible to the blocked user.