Issue
This Content is from Stack Overflow. Question asked by gfts_16
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
Solution
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?
This Question was asked in StackOverflow by gfts_16 and Answered by YJR It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.