Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.11 KB

File metadata and controls

28 lines (15 loc) · 1.11 KB

D335 WGU Python Lab Solutions Examples

This repository is a collection of solutions to the (ungraded) Zylabs activities for WGU's D335 Intro to Python course.

This repository is intended to be used by students who are having difficulty solving labs or want to see another possible solution to a lab.

Usage

The recommended usage of this repository is to attempt the lab independently and to use this repository as a guide if you get stuck on something.

The code provided can either be directly copied and pasted into the Zylabs (make sure you check inputs!) or they can be run via a CLI while in the script's directory such as the following example:

C:\<script file directory>\python question01.py

After which you will have to provide inputs to the command prompt.

This can also be used to compare solutions, as there are multiple ways to solve these questions, some involving much less logic than others. If you find a solution that is more efficient and readable, feel free to submit a pull request.

Contributing

Pull requests are welcome.

License

MIT