SIS P1: HelloWorldEmojiPrinter

📣 Hello and welcome! Today you’ll write your first Python code. We start with print(). We use print() to show something on screen. It’s how Python talks back!”

# Example:
print("Hello, world!")

âś… Step-by-step:

1. CLICK the DAY 1 CHALLENGE link and this will open a COLAB notebook. Next SAVE A COPY of the notebook before you start coding. You will write code on YOUR OWN COPY of the notebook.

The filename should have the word "Copy".

Submit your work when complete (hold off for now)

DAY 1 CHALLENGE:

SIS: https://colab.research.google.com/drive/1FAflvDZfROUS9JoHrBZn2PaKg_gnxYPP?usp=sharing

2. Edit the greeting to say hello your way.

3. Add 3 new print lines:
- Your name or your friend's name
- Two favorite foods with emojis
- One fun fact about a vacation with emojis

4. Complete the “Emoji Frame Challenge” — make a frame around your name using emojis.

5. Complete the "Emoji Math Magic Challenge" -- combine emojis with math

6. Complete as many of the basic challenges as you can

7. (Optional but fun): Try the "bonus" challenges below

🎯 When you're done:
- Click the BONUS CHALLENGE notebook link, save a "copy" of the notebook before you start coding. Submit your work when complete.

🎉 Bonus Level Challenges (if you finish early):

  • Acrostic Name with Emoji meanings
  • Emoji Art Banner
  • Emoji Joke Printer
  • Motivational Hype Poster
  • Print Your Daily Schedule

BONUS CHALLENGES:
SIS:

https://colab.research.google.com/drive/1RerjYIyAqpKGaXODFzZAmRicfadkUay4?usp=sharing

Posted in Uncategorized.