Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 332 Bytes

Python-Programs

Some mini python practice programs

It will be updated from time to time.

Run all functions/programs using a python IDE. Pycharm/Eclipse(Pydev) Recommended.

To run programs with Class objects, instantiate the Class first. Like this:

your_variable = Class_name(attribute1,attribute2 ...etc)