Skip to content

Commit 907d8d1

Browse files
authored
Merge pull request mouredev#7593 from Tecno85/ivan
#00 - Python
2 parents 0daa788 + 2a08ed2 commit 907d8d1

File tree

1 file changed

+3
-3
lines changed
  • Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/python

1 file changed

+3
-3
lines changed

Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/python/Tecno85.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
MY_CONSTANT = "Mi constante"
2121

2222
"""Las constante en Python, se colocan en mayusculas, este es un método por
23-
convención, de la misma manera es posible cambiarle el valor. A la final
24-
realmente no hay constantes en Python."""
23+
convención, de la misma manera es posible cambiarle el valor. A la final
24+
realmente no hay constantes en Python."""
2525

2626
# DATOS PRIMITIVOS
2727

@@ -35,7 +35,7 @@
3535
# Este es un dato primitivo boleano
3636

3737
my_str = "Aprendiendo Python"
38-
my_other_string = 'Aprendiendo Python'
38+
my_other_string = 'Aprendiendo Python con MoureDev'
3939
# Este es un dato primitivo string o cadena de texto
4040

4141
# Imprimir mensaje por consola

0 commit comments

Comments
 (0)