Skip to content

Instantly share code, notes, and snippets.

@StevenMeiklejohn
Created May 17, 2021 13:47
Show Gist options
  • Save StevenMeiklejohn/cf9fcdb83ac86363d7977a7bbe7b9fdd to your computer and use it in GitHub Desktop.
Save StevenMeiklejohn/cf9fcdb83ac86363d7977a7bbe7b9fdd to your computer and use it in GitHub Desktop.

Control Flow/Conditionals Lab

Lab Duration: 30 minutes

Learning Objectives

  • Practice translating a flowchart into code
  • Practice pseudocode
  • Practice conditional logic

Write a Python program based on the following flowchart.

Getting Started

  1. Create a new file called computer_troubleshooting.py
  2. Write pseudocode based on the flowchart
  3. Translate the pseudocode into working Python code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment