This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |