#!/usr/bin/python3 from random import choice opinions = ["Oreos are better than Chips Ahoy!", "Human baka, be furry!"] print(choice(opinions))