yang-xinfu
Results
3
comments of
yang-xinfu
pealse,Is your problem solved? I tried adding this code, but no effect.
 `NameError: name 'colorama' is not defined`。 I am a python newbie. How to solve this problem? Thank you.
> @yang-xinfu colorama is a Python library. It means "colorama" library is missing. You need add it at first and then import it. Thank you very much !