Writing your first Python script
Now that you've verified things are working, it's time to personalize it! As you code more, you'll need to display different messages. Remember, you can write any message you want inside the quotation marks. This time, instead of running a pre-written message, you'll craft your own message.
This exercise is part of the course
Introduction to Python for Developers
Exercise instructions
- Write a print statement that displays the message
Welcome to the recipe scaler.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Fill in the print function
____("____")