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. Log in to Canvas and post a brief message introducing yourself to the class eg your interests, looking for a study partner, etc. Read the course syllabus. 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 Fall Section HW January or # Harry Houdini # CS Fall 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:
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
