Skip to content

Commit cbd221d

Browse files
update information
1 parent d6acbc1 commit cbd221d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Python_intermediate/00_Date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def fecha_hora(date):
7777

7878
from datetime import time
7979

80-
tiempo = time(22,12,44) # Time es diferente a datetime, solo se trabaja con la hora y hay que rellenatr los campos de hora, minutos y segundos.
80+
tiempo = time(22,12,44) # Time es diferente a datetime, solo se trabaja con la hora y hay que rellenar los campos de hora, minutos y segundos.
8181

8282
print("Hora Propuesta: ", tiempo,"PM") # Muestro la propuesta.
8383

Python_intermediate/01_List_Comprehension.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### List_Comprehension ###
22

3+
# La List Comprehension es una forma concisa de crear listas en Python.
4+
35
print("\n")
46

57
# Lista de números del 1 al 10

0 commit comments

Comments
 (0)