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?

11th Jul 2024, 12:28 PM
Yusof
Yusof - avatar
1 Odpowiedź
0
Are you sure that’s what it says, and you didn’t make a typo in the module name in your original code?
11th Jul 2024, 1:28 PM
Wilbur Jaywright
Wilbur Jaywright - avatar