Hello everyone, I managed to create a to-do app works fine when I run it but when I choose an option in the list then it crushes I have tried solving it but not getting it right.
my Error says name 'self' is not defined and I don't understand. Thank you all for the feedback.
//Error message
Enter your choice (1-5): 1
Traceback (most recent call last):
File "/home/wu-ling/development/TO_DO_APP/main.py", line 69, in <module>
self.create_task()
^^^^
NameError: name 'self' is not defined