Practice your Python programming skills with this interactive and auto-graded set of exercises.
This exercise includes
Technical SkillsTry this exercise
Create an account and get immediate access to this exercise
Already have an account?
Skill level
EASY
Time to complete
10 hours
Access
Free
Prerequisites
None
See the content included in this exercise
Get an overview of this interactive Python course and see what to expect. Review the recommended prerequisite tutorials, then get ready to start practicing.
Learn how to use the print() function to display text on the console, starting with the classic "Hello World" example.
Practice reading three numbers from input, one per line, and print their sum as the output.
Complete the area_of_triangle() function to read the base and height of a right triangle and print its area.
Complete the hello_name() function to greet the user by printing "Hello, [name]!" using string concatenation.


Continue learning about this exercise's topics

Practice your Python programming skills with this interactive and auto-graded set of exercises.
Try this exercise
Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions
Try this exercise
Learn and master functional programming by doing auto-graded interactive exercises.
Try this exercise
165 JavaScript Exercises to Boost Your Skills: Perfect for practicing JavaScript object literals, functions, arrays, loops, and more! Strengthen your coding knowledge with hands-on exercises designed to improve your mastery…
Try this exercise
Exercises and examples for linear algebra using Python and NumPy, covering topics such as vectors, matrices, and linear transformations.
Try this exercise
Learn Object Oriented Programming concepts using Python, from basic to advanced topics. This tutorial covers classes, inheritance, polymorphism, encapsulation, and more. Ideal for beginners and experienced developers looking to deepen…
Try this exercise