Why the person above you should be banned

+
Ahem....
PhotoFunia-1613577712.jpg



TOO MUCH RED BAN

banned for not going to your mandatory anger management class >.<
 
Public static void main (String args[])
{
Call Ban();
}
Void Ban();
{
System.out.println("^ Ban for return of the ban");
}
 
Python:
previousBan = {}
previousBan['user'] = 'Cheeko013'
previousBan['banReason'] = 'javaCodeBan'
def CheekyName(user):
    return True if ('cheek' in previousBan['user'].lower()) else False
def createBan(previousBan):
    if CheekyName(previousBan.get('user')) == True:
        if 'python' in previousBan.get('banReason'):
            print('pretty good ban, i\'ll still ban you anyways!')
        else:
            print('no no no, python only! BANNED')
    else:
        print('banned because not cheeky enough')
createBan(previousBan)
 
Top Bottom