9
Skayo
7y

allUpperCase = true
for char in rant.message:
if !isUpperCase(char):
allUpperCase = false

if allUpperCase:
rant.category = "rant"
else:
rant.category = "!rant"

Comments
Add Comment