Question: Do all of the items below and submit a text file created with the IDLE editor ( or other editor ) with the extension .
Do all of the items below and submit a text file created with the IDLE editor or other editor with the
extension
py via Canvas. If you run into a problem, post to Canvas describing where you ran into trouble
or email your instructor or classroom assistant, or ask your question during recitation hours. If you know
the answer to someones question on Canvas, post a response. You get course credit for asking and
answering questions in Canvas.
Download the latest version of Python from wwwpython.orgdownloads and install it on your
home computer.
Read Chapter and Chapter of the textbook.
In the Python editor IDLE, create and save a Python file that
a is named, if your name is Harry Houdini, for example,
HWHarryHoudini.py and begins with a
comment containing your name, class and section, the posting date and number of the
homework assignment. Use either a block comment or oneline comment style. Example:
Harry Houdini
CS S Section
HW January
or
# Harry Houdini
# CS S Section
# HW January
b has three assignment lines, each of which creates a variable object with a meaningful name
and assigns it an int value. Example:
# Exercise b
months
c has three assignment lines, each of which creates a variable object with a meaningful name
and assigns it a float value. Example:
# Exercise c
height
d has three assignment lines, each of which creates a string variable with a meaningful name.
Example:
# Exercise d
speaksParseltongue 'Harry Potter'
Do textbook exercises: and
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
