Static-Void-Academy / Module0-Challenges

Repository containing or pointing to the prompts for all of Module 0's challenges.

Home Page:https://www.staticvoidacademy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 0 Challenges

This repository houses or contains the locations to prompts for Module 0's challenge problems. Challenges M0_C1 - M0_C3 have their prompts in this repository. But starting from M0_C4, all challenges will be in their own repositories with prompt and associated test files.

Visit 0.3.2 - Explaining the Challenge Format in the course for more details.

Prompt and/or Repository Solution Description Topics Tested
M0_C1 M0_C1.py The SVA Charity needs your help to write a program to greet guests.
  • Taking input
  • Conditionals
  • Nesting and scope
  • Type conversion
M0_C2 M0_C2.py You're trying to be smarter about your work at a sign company.
  • Taking input
  • Looping
  • Conditionals
  • Type conversion
M0_C3 M0_C3.py An infamous problem in software engineering, modified.
  • Loops
  • Conditionals
  • Nesting and scope
  • Boolean Logic
M0_C4 M0_C4.py You're an audio engineer trying to find the volume peaks in songs.
  • Functions
  • Lists
  • Nesting and scope
  • Loops
  • Conditionals
M0_C5 M0_C5.py You're a teacher calculating the median and average test scores for your class.
  • Functions
  • Lists
  • Nesting and scope
  • Loops
  • Basic Math
M0_C6 M0_C6.py You're a security contractor who has been asked to write a simple console program to track who enters and exits a building.
  • Conditionals
  • Loops
  • Nesting and Scope
  • Dictionaries
  • User Input
M0_C7 M0_C7.py You're a software contractor who has been asked to fix a program that someone else wrote.
  • Conditionals
  • Loops
  • Nesting and Scope
  • Dictionaries
  • User Input
M0_C8 M0_C8.py You're a detective who is trying to find common pieces of evidence between crimes.
  • Conditionals
  • Sets

About

Repository containing or pointing to the prompts for all of Module 0's challenges.

https://www.staticvoidacademy.com/

License:MIT License