+ 1
Python random
Вначале программы у меня есть список ( например Good , bad,normal) Потом идет input Значение с input попадает в список Как слелать чтобы программа написала случайное значение из списка после его пополнения
3 Antworten
+ 6
Translation: Python random
At the beginning of the program I have a list
(e.g. Good, bad, normal)
Then comes input
The value with input is in the list.
How to make the program write a random value from the list after its completion
+ 4
You are looking for that?
https://code.sololearn.com/clkNbITprRS4/?ref=app
0
Wow!!! Very good