2 odpowiedzi
+ 2
There is only one None object in Python. You can set multiple variables to this None object but you can't have multiple None objects and they aren't necessary. Make sure you're assigning variables to None and not attempting to create new None objects.
0
Hi! most likely this means what is written