[ad_1]
Performance Assessment5.3 – Interacting with Paint
Task 1 – Writing the programto interact with MSPaint
Now create a new file named MSPaint_PA51 in your IDLE. Don’t forget to include a print statement at the top of the program which prints out your student ID.
Find an image on the internet in .jpg format, this can be any image that is suitable for the workplace and save it you your Python Files folder.
Create a program that will ask for the picturefile from the user and then open it is MSPaint.
Take a screenshot of your completed program and another of your output.
Deliverables for Task 1
- Screenshot of your completed program and the output
Task 2 – Run program in command prompt
Open a command prompt and run the program from the command prompt.
Deliverables for Task 2
- Screenshot of your command prompt showing python command.
- Screenshot of your output
[ad_2]