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 Resposta
0
Are you sure that’s what it says, and you didn’t make a typo in the module name in your original code?