Question: Creating another PyDev Module Create a PyDev module named t 0 6 . Fill out the module description as before, then enter the following code

Creating another PyDev Module
Create a PyDev module named t06. Fill out the module description as before, then enter the following code below the documentation:
Calculate total pay
satary =2500.0
bonus =1200.0
pay = salary + bonus
print("Your pay is", pay)
Execute this program. Open the testing.txt file and copy the contents of your console (the output of this program) to the appropriate place in the file.
Test t06. py:
Choose File no file selected
VResults V
Test testing. txt:
Choose File no file selected
TResults V
Submitting Lab Tasks (Instructions)
Export your Lab project as an archive file. Name the .zip file with the same name as the project as noted in Task 3, i.e., the .zip file name should be login_l01.zip. For example, the barn 4520101 project should be exported to a file named barn4520_101.zip.
Validate your ,zip file at: Assignment Validator
Submit this zip file to the LO1 Dropbox folder in MyLearningSpace.
The Submission Checklist
To make sure your lab tasks are done completely, use the following checklist:
You have created an Eclipse workspace with the proper name
The workspace uses a Python 3.x interpreter
The workspace has a module template defined with your personal information
You have created an Eclipse project with the proper name
The project contains a src folder
All project modules and testing result files are inside that src folder
Source code files (.py files) have complete documentation
The testing file has complete documentation
The Eclipse project is exported to a .zip file with the proper name
The .zip file is properly submitted to a MyLearningSpace dropbox
 Creating another PyDev Module Create a PyDev module named t06. Fill

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!