# PyScript Pre-populated REPL This should make markdown
import random names = ["Erik", "Eric", "Rohit", "Carol"] random.choice(names)