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.
Bu egzersiz
Introduction to Python for Developers
kursunun bir parçasıdırEgzersiz talimatları
- Write a print statement that displays the message
Welcome to the recipe scaler.
Uygulamalı interaktif egzersiz
Bu örnek kodu tamamlayarak bu egzersizi bitirin.
# Fill in the print function
____("____")