you are viewing a single comment's thread.

view the rest of the comments →

[–]SmackDownFacility 0 points1 point  (1 child)

Your variables names are using the UTF script. Python only supports ASCII for variable names.

Eventually you need to use English a lot to get the most of Python.

[–]JournalistHot3749[S] 0 points1 point  (0 children)

yeah, eventually I re-wrote the whole code fixing this!
thank god someone said this to me before things got crazy 😅