import random lenguajes = ["Java", "Python", "C", "Go", "JavaScript", "PHP"] aleatorio = random.choice(lenguajes) print(aleatorio)