We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed61ad2 + 8348e69 commit 2e63603Copy full SHA for 2e63603
SimpleCalculator.py
@@ -45,4 +45,5 @@ def main():
45
else:
46
print("Invalid input")
47
main()
48
-main()
+if __name__ == "__main__":
49
+ main()
0 commit comments