Skip to content

Today's Mood

Andrew Burke edited this page Apr 3, 2024 · 14 revisions
def todays_mood():
	mood = "🥱" 
	print("Today's mood: " + mood)

todays_mood()
Clone this wiki locally