Hi@Rahul,
You are trying to use configparser module. Before importing this you need to download this module in your system. You can use the below-given command.
$ pip install configparser
Also, make the changes in your command. It is configparser, not ConfigParser.