import random frutas = ['abacate', 'mamão', 'laranja', 'uva', 'pêra']print(random.choice(frutas))
Standard input is empty
abacate
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!