We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e1993 commit 5281470Copy full SHA for 5281470
HelloWorld.py
@@ -1,5 +1,5 @@
1
# Módulos | imports
2
-
+
3
# Constantes | constants declarations
4
5
# Variables Globales | global variables
@@ -25,7 +25,7 @@ def main():
25
26
# Ejecutar solo si se ejecuta como aplicación principal
27
# --
28
-# Only execute if fun as main application
+# Only execute if run as main application
29
# ---------------------------------------------------------------------
30
if __name__ == '__main__':
31
main()
0 commit comments