BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4873855350865920/lesson/48f04b7d1e69d1f5e93d5e8602dba0d0?ref=outlook-calendar
SUMMARY:Lesson 4 Homework Part 2
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4873855350865920/lesson/48f04b7d1e69d1f5e93d5e8602dba0d0?ref=outlook-calendar
DESCRIPTION: Lesson 4 Homework Part 2

Make a string and replace the first letter with another letter &lsquo; For example: change &lsquo;hello&rsquo; to &lsquo;jelly

print out the string before and after the change.


Make a string and replace the last letter like &lsquo;example: change &lsquo;jello&rsquo; to &lsquo;jelly&rsquo;

Print out the string before and after the change.


Make a string and replace the middle letter with another letter like &lsquo;example: change &lsquo;jelly&rsquo; to &lsquo;jelly&rsquo;

Print out the string before and after the change.


Make a string. Split it in the middle, swap both parts and change the first part to upper case. Example Change: &lsquo;jelly&rsquo; change to: &lsquo;LYjex&rsquo;

Print out the string before and after the change.


Reverse the first part that is capital letters hint: use [::-1]Example Change: &lsquo;LYjex&rsquo; to: &lsquo;YLjex&rsquo;

Print out the string before and after the change.


Replace the last letter with the first...

https://www.learndesk.us/class/4873855350865920/lesson/48f04b7d1e69d1f5e93d5e8602dba0d0?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR