a design studio at the Department of Architecture, National University of Singapore
x = ("a", "b", "c", "d")
for item in x: print "item = ", item
for counter in range(len(x)): print "item = ", x[counter]
No comments:
Post a Comment