BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4873855350865920/lesson/bd5b7ed490da7bda2249438b4936201f?ref=outlook-calendar
SUMMARY:Lesson 3 Part 1 Homework
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4873855350865920/lesson/bd5b7ed490da7bda2249438b4936201f?ref=outlook-calendar
DESCRIPTION: Lesson 3 part 1 Homework
Make a Profession class that stores a professional title like Doctor, Lawyer, Salesman, Secretary, etc., and a salary.Make an initializer __init__ that receives a title and a salary.Make getters and setters for title and salary.Lastly, make a __str__ function use to print out the title and salary.In the main method make 2 Profession objects. One uses the keyboard functions and the other one with hard coded values.Print both objects on the screen.You will still need the standalone functions welcome, enter the title, and intercalary from homework 2.Your program would run like this:Welcome to my ProgramWhat is your professional title? DoctorHow much money do you make? 120000You are a DoctorYou make 120000 dollarsSend your homework to students@cstutoring.com for markingHomework help is available at $15 per hour or part of on Skype you can make an appointment at this link: Book Skype Appointment

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