IIITA assignment
Create Virtual Enviorment: Linux sudo apt install python3-virtualenv
virtualenv -p python3.6 venv
REQUIREMNTS python3.6
BEST PRACTICES PEP8 1.Use the function naming rules: lowercase with words separated by underscores as necessary to improve readability. 2.Use two spaces between funtcion defination 3.Using 4 spaces for the indendation purpose 4.Upto 79 words per line 5.using double quotest for string
Work division:
Mandeep: GUI Divi