Question: Python In the Python editor, create and save a Python file that (25pts) a. is named, if your name is Harry Houdini, for example, HW1_HarryHoudini.py
In the Python editor, create and save a Python file that (25pts) a. is named, if your name is Harry Houdini, for example, HW1_HarryHoudini.py and begins with a comment containing your name, class and section, the posting date and number of homework assignment. Use either a block comment or one-lin comment style. Example: Harry Houdini CS 1002022F Section 004 HW 01, September 12, 2022 or \# Harry Houdini \# CS 1002022 F Section 004 \# HW 01, September 12, 2022 b. has three assignment lines, each of which creates a variable (object) with (25pts) a meaningful name and assigns it an int value. Example: \# Exercise 5b months =12 c. has three assignment lines, each of which creates a variable (object) with (25pts) a meaningful name and assigns it a float value. Example: \# Exercise 5c height =7.63 d. has three assignment lines, each of which creates a string varial with (25pts) a meaningful name. Example: \# Exercise 5d speaksParseltongue = 'Harry Potter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
