American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

9 AM – AI/ML – Joel

November 8, 2025 @ 9:00 am - 10:00 am

Today we did:
  1. We started working on cat-vs-dog classification.
Homework:
  1. Make a function called is_cat that checks if a word (from one parameter) is uppercase or lowercase.
    Hint: .isupper() is a function that returns True or False depending on whether a character (one) is uppercase or lowercase. If it is uppercase, it returns True, else, it returns False.
    So check the first letter of the word and use it with .isupper() to check.
    Remember that a string is a list, and you can index it using [0], [1], etc.

Details

Date:
November 8, 2025
Time:
9:00 am - 10:00 am