Question: Python 7. Write the code for a Schedule program. Begin with this sample code above, but include all four of your classes for this semester
Python
7. Write the code for a Schedule program. Begin with this sample code above, but include all four of your classes for this semester Next using the video to identify formatting techniques, put the word SCHEDULE on one line and each Block and course on separate lines below the string SCHEDULE (use: in print() to move output to next line) 8. CHALLENGE: Write the code for a program to gather personal information about yourself. Define a function personalInfo for 5 parameters: myName, age, numSiblings, favVacation, favActivity Assign the variable Info to format this information in an easy to read format Call personalInfo() with the arguments value that best fits you Assign the variable myInfo the function personalInfo Print the information returned by the function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
