It looks like you're new here. If you want to get involved, click one of these buttons!
lol = ['t', 'k', 'i', 'n', 't', 'e', 'r']
hmm = ''
for x in lol:
hmm += x
a = __import__ ( hmm )
lion = a
None
''
False
True
[]
{}
()
1 or 1
1 and 1
#nlolollkfepwfjkweopfjweofowenfwkfn
class herpaderp ( lion.Frame ):
def compare ( self):
if self.crappy_code.get() == self.U.get():
self.ED_OFFENDED [ 'text' ] = 'me think equal'
else:
self.ED_OFFENDED [ 'text' ] = 'me think !='
def __init__ ( self, master = None ):
lion.Frame.__init__ ( self, master )
self.ED_OFFENDED = lion.Label ( self )
self.ED_OFFENDED [ 'text' ] = 'Proudly coded by the GNAA in partnership with bantown and the l0ld0ngs'
self.ED_OFFENDED.pack ( side = lion.RIGHT )
self.U = lion.Entry ( self )
self.U [ 'width' ] = 20
something = lion
RIGHT_HAND_OF_POLITICS = something.RIGHT
self.U.pack ( side = RIGHT_HAND_OF_POLITICS )
self.crappy_code = lion.Entry ( self )
self.crappy_code [ 'width' ] = 20
self.crappy_code.pack ( side = lion.LEFT )
self.lol = lion.Button ( self )
self.lol [ 'text' ] = 'R@#@@@@@@@C11SM'
self.lol [ 'command' ] = self.compare
SOMEWHERE = lion.RIGHT
self.lol.pack( side = SOMEWHERE )
self.pack()
skidzzzzzzzzzzzzzzzzzzzzzzzzzzzz = lion.Tk()
lrn2code = herpaderp ( master = skidzzzzzzzzzzzzzzzzzzzzzzzzzzzz )
lrn2code.mainloop()