- This event has passed.
10 AM – Intro To Python – Saagar Mahadev
June 25, 2022 @ 10:00 am - 11:00 am
Today we did:
- String methods like upper(), lower(), title() and how to use them (variable.method())
- Reviewed string concatenation and introduced f-strings, an easier, better way to use variables in strings (e.g. f”hi my name is {full_name}”)
- adding and removing whitespace (\n for newline, \t for tab, strip(), lstrip(), rstrip())
Announcement
There is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays for my school: https://indo.ayclogic.com/observed-holidays/class will resume on July 9th.
Homework
- Create python file called “June25_StringHomework2.py”. Do homework from page 25 in the textbook. TRY IT YOURSELF: 2-3, 2-4, 2-5 and 2-6.