Having tried to import fonctions for writing the code I got the following answer:
ModuleNotFounError.
So,how to reach th write code for convenience functions?
Think you
1 Like
In Python a ModuleNotFoundError
happens when you try to import a module that doesn’t exist. Most likely it’s not installed. Saying more is impossible without more details.
1 Like