Page 1 of 1

In Python- You cannot use any functions or modules you have not created yourself. Create a program that will prompt user

Posted: Tue May 24, 2022 8:32 am
by answerhappygod
In Python- You cannot use any functions or modules you have not
created yourself. Create a program that will prompt user for file
name (file will contain comma separated data), then open file
displaying it in a table with automatic indexing for easy entry
selection. The table should have the following headings 'Number
Name Title Address Occupation Salary'. User can then type in which
number they wish to delete from automatic index and corresponding
entry will then be deleted.