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
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
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?