Answered step by step
Verified Expert Solution
Question
1 Approved Answer
https://docs.google.com/document/d/1Fnx_Knx4pALdPouKtxbvwSfv7uj2PkWbPXaEjMe8pMQ/edit?usp=sharing https://docs.google.com/document/d/1qwuPTGaVD272nTy7Df0vtPQZInLXKK0dh6d97lXM4kQ/edit?usp=sharing What's allowed? here is the exhaustive list of things you can use on the project. all basic expressions/operators, indexing/slicing all basic statements: assignment,
https://docs.google.com/document/d/1Fnx_Knx4pALdPouKtxbvwSfv7uj2PkWbPXaEjMe8pMQ/edit?usp=sharing
https://docs.google.com/document/d/1qwuPTGaVD272nTy7Df0vtPQZInLXKK0dh6d97lXM4kQ/edit?usp=sharing
What's allowed? here is the exhaustive list of things you can use on the project. all basic expressions/operators, indexing/slicing all basic statements: assignment, selection, and loop statements, break/continue, return functions: len), range(), min), max(), int(), str(), enumerate(), round(0 . file reading: open), close(), read), readline(), readlines(), with syntax . dictionaries: all methods listed in our slides on that one chart. methods: lists: .remove(), .insert0, append(), .extend(0, .pop), .popitemO) strings: .strip), .split), join), .remove), .insert(), .lower0 . reversed), reverse) This means that.. you can't call anything not listed above. Focus on applying these functions to solve the task. you can't import any modules for this project. (so you can't import csv either -but it isn't that helpful)
Step 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