We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a8af8 commit 48728ffCopy full SHA for 48728ff
exercises/11-Create-A-New-Function/README.es.md
@@ -13,7 +13,7 @@ Pero Python viene con un conjunto de funciones "pre-definidas" que puedes usar,
13
14
```py
15
import random
16
-# Genera un número aleatorio dentro de un rango posiivo dado
+# Genera un número aleatorio dentro de un rango positivo dado
17
18
r1 = random.randint(0, 10)
19
print("Random number between 0 and 10 is % s" % (r1))
0 commit comments