Python is probably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is con- cise without being cryptic. Python isa very expressive language,which means that we can usually write far fewer lines of Python code than would be required for an equivalent application written in, say, C++ or Java. Python isa cross-platform l…