Woaw
Este es el culo más grande!
print ("WTF ?")
Seems like a nice bug in the language. I would recommend using '==' when doing this sort of thing.
XD
i tried this way:
print ('a' * 20 == 'aaaaaaaaaaaaaaaaaaaa')
True
print ('a' * 21 == 'aaaaaaaaaaaaaaaaaaaaa')
it seems to work
Woaw
by toto, 2 years agoEste es el culo más grande!
by fdsssssssss, 1 years agoprint ("WTF ?")
by Hakeem Success , 1 years agoSeems like a nice bug in the language. I would recommend using '==' when doing this sort of thing.
by James Collins, 1 years agoXD
by ArtEze, 1 years agoi tried this way:
print ('a' * 20 == 'aaaaaaaaaaaaaaaaaaaa')
True
print ('a' * 21 == 'aaaaaaaaaaaaaaaaaaaaa')
True
it seems to work
by paulgabrielfernandez@gmail.com, 6 months agoPlease log in to post a comment.