balliam / python-examples

0 stars 0 forks source link

Calculator #1

Closed ThomasThelen closed 2 years ago

ThomasThelen commented 2 years ago

Create a basic python program that

  1. Takes two numbers
  2. Takes an operation (+, -, /, *)
  3. Performs the operation and returns the result to the user
balliam commented 2 years ago

Uploaded

ThomasThelen commented 2 years ago

It works well-nice!