Skip to content

a code collection of my solutions to various labs in WGU's D335 Python class

Notifications You must be signed in to change notification settings

DropTableUsername/D335-Python-WGU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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

About

a code collection of my solutions to various labs in WGU's D335 Python class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages