Skip to content

Instantly share code, notes, and snippets.

# Bhí Cathal anseo / Rinne Cathal é seo / Is é seo an cód is fearr
import random
def randburn():
return random.choice(["You've been a bad, bad boy ;)",
"You think you're so smart, don't you?"])
def find_num():
return random.randint(1,100)