UMD American Football Python Script
Description
Having Trouble Meeting Your Deadline?
Get your assignment on UMD American Football Python Script completed on time. avoid delay and – ORDER NOW
The primary deliverable must be a Python program that can be run from the command line (command line arguments are allowed but not required). The program can be in a single file or can be split into multiple files.
Must provide all files that are required to run your program, with the exception of packages that are part of Python’s standard library or that can be obtained through the Python Package Index (pypi.org). Please only use files that you are legally authorized to redistribute.
The program should contain at least one class definition and at least one instance of that class.
Your program must contain at least two original, non-trivial functions and/or methods.
Any function or method calls at the global scope must be inside an if __name__ == “__main__”: statement.
For this assignment, my group is working on Football program. I have to create two functions as stated above. First function can be a list that gives all the plays available such as touchdown etc. Another function can be that it gives comparison between two teams based on the plays scored such as touchdown etc.