BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4983730558992384/lesson/ad00e2bc9b3fb01754eab2edb65eeba0?ref=outlook-calendar
SUMMARY:Program Using If Else part 2
DTSTART;TZID=America/Los_Angeles:20260501T190000
DTEND;TZID=America/Los_Angeles:20260501T200000
LOCATION:https://www.learndesk.us/class/4983730558992384/lesson/ad00e2bc9b3fb01754eab2edb65eeba0?ref=outlook-calendar
DESCRIPTION: Just one more thing to add

while using if loop in python, if you've to check if a number is greater than other, the syntax used is

if a > b :

similarly

if a < b:

and when you need to check if 2 numbers are equal, we need to use a double equal to sign (==) do not use single (=) sign as it simply assigns the value and (==) checks for the equality, so syntax will be

if a == b

Keep Experimenting!!!

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