How to Use COLAB Notebook

🟡 STEP 1: Save a Copy of the Notebook to Your Google Drive

1a. Click to OPEN the shared Colab notebook link from the Google Classroom

1b. Go to the top menu bar and select the following:

1c. File > Save a copy in Drive.   <—– VERY IMPORTANT

1d. A new tab will open with your  of the notebook

1e. 🔁 The name will start with: Copy of

==============================================================
✅ This is the file you’ll work in and submit later when you’re done coding
==============================================================

  • — Make sure you are running YOUR OWN COPY of the Colab file
  • — Click INSIDE A CELL and write your code
  • — Use Shift + Enter to run each code cell
  • Don’t worry — if you make a mistake, just fix it and run the cell again!

==============================================================

🟢 STEP 2: Complete the Notebook

  • Edit and run the code inside your copied notebook
  • Your work is saved automatically in your Google Drive

📌 NOTE: if you write code in the original “linked” file — your work will not be saved

🔵 STEP 3: Go Back to the Google Classroom Assignment
Return to the Google Classroom tab where the assignment is posted

🟣 STEP 4: Attach Your Completed Notebook from Google Drive
Click Choose

Select the Colab file you’re submitting and click ADD

🟤 STEP 5: Click “Turn In”

  • Once the file is attached, click the  button
  • Confirm when it asks if you want to submit by clicking Turn In again

🎉 You’re done!

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