Buen día, en este caso intento usar la función de python random.int(0, 2)
para obtener un número aleatori, y lo toma como variable
quisiera saber como lo puedo solucionar o si hay otra alternativa
gracias.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
bgrados
Bender, intente con la instrucción: random.randint(0,2) pero salió lo mismo ¿Porque que motivos puede fallar esa instrucción ?
A16
Es porque rocketbot por defecto no tiene importada la librería random.
Esto te puede servir también, si es que no quieres usar el comando random del módulo de system++
__import__(«random»).randint(0,2)
lo que hará será importar temporalmente la librería y puedes acceder al método randint
bgrados
gracias joff, lo pude solucionar con el módulo System ++
joff
Evening,
On the left if you go to to the bottom section there is a System module and this contains a Random option that you can use.
If it fails you can download and install the System++ module from the Market and that should work for you.
Bender
Hola bgrados,
Puedes utilizar la siguiente instrucción: random.randint(0,2)