Use this repository (repo, for short) to complete your practice for this lesson.
- 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)
- 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).
- 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!