Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions