Make sure you have completed all work for this assignment in Part 1 and Part 2 of this lesson. Follow the instructions below to review and submit your work to your instructor.
Review the items in the grading rubric below to make sure your variables.py assignment is complete
Check Your Work: variables.py |
Points Possible |
Points Earned |
Make sure your variables.py program prints the following items, in this order: |
|
|
Hello world! |
1.0 |
|
Spam |
.5 |
|
Eggs |
.5 |
|
SpamEggs |
.5 |
|
Spam Eggs |
1.0 |
|
Spam Eggs |
1.0 |
|
7 9 |
.5 |
|
20 |
1.0 |
|
13 |
.5 |
|
5 |
.5 |
|
13 |
1.0 |
|
10.8 |
.5 |
|
2.7 |
1.0 |
|
Total |
9.5 |
|
Complete these steps to compress (zip) your files and submit them to your instructor.
1. Click the Start menu, and then click Documents.
2. Right-click your variables.py file, then click Send to, and then click Compressed (zipped) folder.
3. A compressed (zipped) version of the variables.py file will appear in the same location as the original file. It will have the same name as the original, but with a zip folder icon.
4. Right-click the compressed variables.zip folder, then click Rename. Type variables_Assignment_ and your full name, and then press the ENTER key. TIP: For example, if your name is Kelly Marshall, the folder name will look like this: variables_Assignment_KellyMarshall.zip
5. If you do not type the name correctly on the first try, right-click the folder, click Rename, type the name, and then press the ENTER key.
6. Submit your compressed variables_Assignment folder to your instructor. TIP: Ask your instructor if you need help.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme