0
Hi everyone why does the following code give me error? even though I have installed the modules from pip
Import termcolor Import pyfiglet Print(pyfiglet.figlet_format("str") I have tried it on vs code The error says:no module named pyfiglet What is the issue?
1 Answer
0
Are you sure thatâs what it says, and you didnât make a typo in the module name in your original code?