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.
Deze oefening maakt deel uit van de cursus
Introduction to Python for Developers
Oefeninstructies
- Write a print statement that displays the message
Welcome to the recipe scaler.
Praktische interactieve oefening
Probeer deze oefening eens door deze voorbeeldcode in te vullen.
# Fill in the print function
____("____")