BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4873855350865920/lesson/7bac861ee8ee20d73e1c5dc78fe6464b?ref=outlook-calendar
SUMMARY:Lesson 1 Homework
DTSTART;TZID=America/Los_Angeles:20260409T190000
DTEND;TZID=America/Los_Angeles:20260409T200000
LOCATION:https://www.learndesk.us/class/4873855350865920/lesson/7bac861ee8ee20d73e1c5dc78fe6464b?ref=outlook-calendar
DESCRIPTION: Lesson 1 Homework:
Write a python program that asks someone what their profession title is, like Doctor, Lawyer, Salesman, etc., and what their annual salary is using the input statement. Next print out their profession title and how much money they make. You can use the python float function to convert a&nbsp; decimal value from the keyboard into a number.
salary = float(input("How much money do you make."))
Use the main function to call your programming statements. Don&rsquo;t forget to make a welcome message.
Your program would run like this:

Welcome to my Program
What is your professional title? Doctor
How much money do you make? 120000
You are a Doctor and you make $120000
Call your Python homework1 python file homework1.py

send your homework to students@cstutoring.com for marking
homework 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/7bac861ee8ee20d73e1c5dc78fe6464b?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR