1.4 - Writing Your First Python Program
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
What does the print function do?
💡 Hint: Think of it as sending messages to the screen.
Write a simple program to print your name.
💡 Hint: Replace '[Your Name]' with your actual name.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What does the print() function do?
💡 Hint: Think about what happens when you write something within print.
Is 'Hello, World!' a string?
💡 Hint: Check if it meets the definition for strings.
Get performance evaluation
Challenge Problems
Push your limits with advanced challenges
Write a program that prints a motivational quote of your choice.
💡 Hint: Pick a quote you like and remember to use quotes.
Create a multi-line output using print. Display your name, age, and a hobby in separate lines.
💡 Hint: Use '\\n' to create a new line in the output.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.