Skip to content

Commit

Permalink
Update Prep_Course_Homework_04-Resuelto.py
Browse files Browse the repository at this point in the history
factorial por factoreo en consigna
  • Loading branch information
HX-CZamorano2 authored Jun 7, 2023
1 parent c688e1a commit e88ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M04_flujosdecontrol/Prep_Course_Homework_04-Resuelto.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
print(i)


# 6) Utilizar un ciclo while para realizar el factoreo de un número guardado en una variable, sólo si la variable contiene un número entero mayor a 0
# 6) Utilizar un ciclo while para realizar el factorial de un número guardado en una variable, sólo si la variable contiene un número entero mayor a 0

# In[33]:

Expand Down

0 comments on commit e88ce94

Please sign in to comment.