From 2e8273fbb54ac0663bda534d5f3a9ef218da2a21 Mon Sep 17 00:00:00 2001 From: David Gutierrez Date: Fri, 25 Apr 2025 21:34:18 -0500 Subject: [PATCH] Cambio uno --- Basic/00_helloworld.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Basic/00_helloworld.py b/Basic/00_helloworld.py index d2c64317..2be52f9a 100644 --- a/Basic/00_helloworld.py +++ b/Basic/00_helloworld.py @@ -27,3 +27,6 @@ print(type(3 + 1j)) # Tipo 'complex' print(type(True)) # Tipo 'bool' print(type(print("Mi cadena de texto"))) # Tipo 'NoneType' + + +##Cambio uno \ No newline at end of file