| 1 | initial version |
Please check this:
v=[1/n^2 for n in range(1,50)]
print(v)
| 2 | No.2 Revision |
Please check this:this ():
v=[1/n^2 for n in range(1,50)]
range(1,51)]
print(v)
| 3 | No.3 Revision |
Please check this ():this:
v=[1/n^2 for n in range(1,51)]
print(v)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.