LetsUpgrade / Python-Essentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can anyone help me assignment 1 in day 9

haripriya2720 opened this issue · comments

-Install pylint

-make a file like .py or .txt consisting of your prime number program

-use pylint to test that file

-improve rate of your program by following the given suggestions

-import unittest for unittesting and make sure to add if condition at last

-if it fails you should check your code else if it shows ok then its done