Skip to content

Commit

Permalink
Minor fix of a homework task
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Hartuv <[email protected]>
  • Loading branch information
Acepresso committed Oct 21, 2020
1 parent 30ec8b3 commit 319fb24
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ Finally, give a short answer to each question in calculation.txt file


### variables.py - Exercise 3
1. Accept two numbers from the user (using input) and calculate multiplication (*)
2. Accept two numbers from the user (using input) and calculate Subtract (-)
3. Accept two numbers from the user (using input) and calculate Divide (/)
4. Accept two numbers from the user (using input) and calculate Modulus (%)
Accept two numbers from the user (using input) and:
1. Calculate multiplication (*) of the numbers
2. Calculate Subtract (-) of the numbers
3. Calculate Divide (/) of the numbers
4. Calculate Modulus (%) of the numbers


## Strings
Expand Down

0 comments on commit 319fb24

Please sign in to comment.