Skip to content

Commit 8a17d38

Browse files
authored
Update and rename calculator to calculator.py
1 parent bf06c3e commit 8a17d38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

calculator renamed to calculator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Write a program to make a simple calculator. The program should perform four basic operations (1-addition, 2-subtraction, 3-multiplication, and 4-division)
2-
depending on the user’s choice.
3-
The program will take two values from the user and the type of operation. The result will be displayed based on the operation chosen by the user.
4-
The program will be repeated until user requests to stop.
1+
#Write a program to make a simple calculator. The program should perform four basic operations (1-addition, 2-subtraction, 3-multiplication, and 4-division)
2+
#depending on the user’s choice.
3+
#The program will take two values from the user and the type of operation. The result will be displayed based on the operation chosen by the user.
4+
#The program will be repeated until user requests to stop.
55

66

77

0 commit comments

Comments
 (0)