Jatin MadaanJun 3, 20203 min readExceptional - Handling This post is about very basics of exceptional handling . Exceptions - It is a type of error if not taken care of then code may crash . To...
Jatin MadaanMay 31, 20202 min readFunctions in PythonThis Post is about basics of functions in Python . Functions are created so that we don't have to write same code repeatedly . Syntax :...
Jatin MadaanMay 30, 20202 min readFile Input & Output in PythonThis Post is about using files with Python . There are basically 3 operations we can perform : Read Write Append Reading Files Reading...