Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PY-CL-Start

Overview

Welcome to your first Python lab!

This exercise introduces the workflow for completing Python coding assignments.

Files

app.py

Runs each question method and prints the returned values.

vehicle.py

Contains the Vehicle class. Review this file but do not edit it.

lab.py

Complete the three functions by replacing the placeholder return values with the correct answers after reviewing vehicle.py.

lab_test.py

Contains the unit tests used to verify your answers.

Tasks

  • Revise the return statement of question1()
  • Revise the return statement of question2()
  • Revise the return statement of question3()

Do not edit the test file.

Run the tests after completing the lab. All tests should pass.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages