Hi There!
this is a small python code executed in 61 steps
for n in range(1, 7):
print (n)
for x in range(0, n):
print(" ", x)can this code be more optimised? -- https://mail.python.org/mailman/listinfo/python-list
Hi There!
this is a small python code executed in 61 steps
for n in range(1, 7):
print (n)
for x in range(0, n):
print(" ", x)can this code be more optimised? -- https://mail.python.org/mailman/listinfo/python-list