Practice - Practice Programs
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
Write a program that prints your name.
💡 Hint: Think about how you would output a string.
Display the sum of 3 and 5.
💡 Hint: Remember to use the print function.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
Which function do you use to print output in Python?
💡 Hint: This function is commonly used for displaying text.
True or False: The syntax to get user input is getInput().
💡 Hint: Remember, it's a different function name.
1 more question available
Challenge Problems
Push your limits with advanced challenges
Write a program that takes three user inputs and displays their average.
💡 Hint: Remember to convert inputs to float for accurate averages.
Create a program that prints the factorial of a given number using loops.
💡 Hint: Think about multiplying numbers in a sequence.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.