We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee85d6c commit 886a79eCopy full SHA for 886a79e
1 file changed
calculator.md
@@ -1,3 +1,4 @@
1
+```
2
"""
3
Simple Calculator
4
-----------------------
@@ -92,3 +93,4 @@ def main():
92
93
# Ensures that main() runs only when the file is executed directly
94
if __name__ == "__main__":
95
main()
96
0 commit comments