Skip to content

Commit 886a79e

Browse files
authored
Update calculator.md
1 parent ee85d6c commit 886a79e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

calculator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```
12
"""
23
Simple Calculator
34
-----------------------
@@ -92,3 +93,4 @@ def main():
9293
# Ensures that main() runs only when the file is executed directly
9394
if __name__ == "__main__":
9495
main()
96+
```

0 commit comments

Comments
 (0)