My Reason to hate Python might be GONE!
Let me show you some code. #!/usr/bin/env python
mylist = [0,1,2,3]
for n in mylist:
for m in mylist:
print m,n
print m,n
print n Looks pretty normal, right? Just a loop, right? Just a loop within a loop. Yes it is, but if you look closer, you'll...
No comments:
Post a Comment