Use list/tuple/dictionary to manage data. For example create student enrollment system: maintain a list with roll no, name etc. Ask details from user and add in the list. As