Skip to content

Commit 4bee730

Browse files
authored
Merge pull request mouredev#6379 from chrispro-afk/patch-2
Create chrispro-afk.py
2 parents a5bd491 + ddf5ea1 commit 4bee730

File tree

1 file changed

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

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#https://phyton.org
2+
"""
3+
mi primer comentario en varias lineas
4+
"""
5+
my_variable = "mi variable"
6+
m_variable = "nuevo valor de mi variable"
7+
8+
MY_CONSTANT = "nueva variable" #por convencion
9+
MY_CONSTANT = "holaaaaa"

0 commit comments

Comments
 (0)