Skip to content

Commit c568bed

Browse files
committed
añadido hola mundo
1 parent 732f4ed commit c568bed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Basic/00_my_helloworld.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Comentario ignorado de linea.
2+
"""
3+
Comentario en varias
4+
lineas
5+
"""
6+
print("Hola Pepe")
7+
8+
print(type("Hola pepe")) # extrae el tipo de dato.

0 commit comments

Comments
 (0)