Skip to content

Athenian-Computer-Science/numeric-operations-1-practice-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numeric Operations 1 Practice

Use this repository (repo, for short) to complete your practice for this lesson.

Complete the following:

Edpuzzle

  • Edpuzzle practice 🪁
    • Use this for practice during the Edpuzzle video. You can use the main window or the Python Console (see button at the bottom of the PyCharm window)

ReadingBat

Fix & Write Code

  • Fix Code #1 🪁
    • This program should calculate the area of a triangle, using base and height information entered by the user.
    • Example:
    Base: 10
    Height: 6
    Output: The area of the triangle is 30.
    
  • Write Code #1 🪁
    • Write a multiplication calculator that prompts the user for two numbers and prints the result. Your program should work with any real numbers (integers or decimals).

Submitting your Repo

  • When you are finished, commit and push your repo to GitHub. Be sure to check the feedback to be sure your code and style pass the checks.

Attribution:

Thank you to Bianca Ruiz @RuiztheRuler for providing a great starting place for automating feedback!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages