Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Cold Diamondz

Cold Diamondz

Cold Diamondz has asked 2 questions and find answers to 3 problems.

Stats

55
EtPoint
9
Vote count
2
questions
3
answers

About

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