WEEKLY CHALLENGES

YOUR SOLUTION MUST BE YOUR OWN WORK

The closing date is purely to help administer the School Leaderboard, you can still complete and upload your solution at any time outwith the closing date.

Use the W3Schools website, or any other age-appropriate site for guidance. Ask your tutor if you’re not sure where to go for guidance.

USE THE RED BUTTONS BELOW TO UPLOAD YOUR SOLUTION(S)

CHALLENGE PY1

Publish Date: 16/6/24

Closing Date: 23/6/24

Challenge Title: Simple Calculator

Max Points Available: 50

Create a Simple Calculator

  1. Write a program that asks the user to input two numbers.

  2. Ask the user to choose an operation: addition, subtraction, multiplication, or division. +-*/

  3. Perform the chosen operation on the two numbers and print the result.

CHALLENGE PY2

Publish Date:

Closing Date:

Challenge Title:

Max Points Available: 50