ValueError: too many values to unpack (expected) SOLVED in Python

preview_player
Показать описание
In this tutorial we will see how to fix the error ValueError: too many values to unpack (expected) in python
Рекомендации по теме
Комментарии
Автор

What if it's for a renpy extension? I'm creating a character customization screen and wanted the buttons to cycle through each visual option. The amount of body types is different than the amount of eye, hair, and facial types. Do I have to create a separate def for each one? Or do I have to try a different method?

pillowprincess_games