yang-xinfu

Results 3 comments of yang-xinfu

pealse,Is your problem solved? I tried adding this code, but no effect.

![image](https://user-images.githubusercontent.com/52365692/91400367-15548d80-e872-11ea-9291-b11e58bbca7b.png) `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 !