The following code should take a number as input, multiply it by 8, and print the result. In line 2 of the code below, the * symbol represents multiplication.
Fix the errors so that the code works correctly:
input ("Enter a number: ")
print (num * 8)
The code above is pre-populated in your code editor.
I don't know how to write the code for Assignment 4: Student Schedule edhesive
In this assignment, you will draw a student schedule by using a while loop.
You will ask the user for their first and last names, and then a list of their classes and room numbers. The loop should stop when the user enters STOP for their next class.
The schedule should print in the same format as the sample below. Some tips for formatting are:
Write a program in python that displays your name inside a box on the screen. Do your best to approximate lines with characters such as | - +.