Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create python program other than ( calculator ) Excellent Good Bad # ITEM Res. 1 no modules Modules (Python Files) 1 4 2 Your application
create python program other than ( calculator )
Excellent Good Bad # ITEM Res. 1 no modules Modules (Python Files) 1 4 2 Your application should consists with at least 2 Modules (files): modules are not a.one of them is the main module. arranged properly b.the other is for Function Definitions. m1 Functio Functions one function no functions ns Two Functions you make them by your own so that: - Functions should has parameter if needed. - Functions should has default parameter if needed. - Functions should has return values if needed. 2 m1 not completed no header N/A N/A m1 3. PyPi (BONUS) include some package in your solution. the program should include a List, Set or Map. 4 List bad list no list m2 Module Every module has a Header comment includes: Commens - Explination the pourpose of this module. (File Header) - some examples of using this module URL links (if any) Source 13 - Author name code - Issue Date Docume https://stackoverflow.com/questions/1523427/what-is-the- ntation common-header-format-of-python-files m1 Loop 5 the program should includes at least one loop among the list. no loop m2 proble m bad or meaningless loop bad or meaningless random randomization use Random somewhere in your solution no random 6 m2 Iproblem 14 comments above each sort of lines a comment should be inserted to describe what is happening. bad comments no comments at all PyPi (BONUS) include some package in your solution. m1 N/A IN/A 7 m2 No run-time errors (for mi's code) 1 runtime errors DATA INPUT m1 no csv file Reliabili 15 Errors ty 16 Errors 2 or more 2 or more No run-time errors (for m2's code) Your application should take data list from *.csv file so that: bad csv file The file should include first row as Header After the header, each row represents some object. - In each row, each cell contains a separate data about the object. 1 runtime errors m2 m1 input 8 and output no format m2 DATA OUTPUT - ALL numbers should be formated using f"...... { } ...." bad format 9 data should be formatted as table. Module Test Every Module should has a special code that testing all Functoins test is failed in some in that module. cases 10 Hint: use if name _main__':) test is totally failed m1Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started