Cold Diamondz

523
reputation
3
6
12

I love Python because of how easy it is to learn, and how powerful it can be, and I like being able to skip using for statements for this:

for i in range(100):
    print"Trololol\n"

I can do this:

print"Trololol\n"*100