0

Can someone help me with this error, i have spend more than an hour and got nothing Lib: https://pypi.org/project/automata-lib/

Here is the TypeError and as you can see im only giving one argument and still not working

And here is the method

smac89
  • 39,374
  • 15
  • 132
  • 179
gfts_16
  • 9
  • 1

1 Answers1

1

Self is use to indicate a method belong to a class. It is not a argument pass to method as you did in your code.Use this link for more info:

What is the purpose of the `self` parameter? Why is it needed?

YJR
  • 1,099
  • 3
  • 13