I think Python is very simple to learn
simple to understand
simple to code...
there are many advantage if I use this language.
Now I start to learn list
Make List:
squares = [1,2,3,4,5]
Add List:
squares.append(6)
Copy List:
sqaures[:]
Range List:
sqaures[0:2]
Clear List:
sqaures = []
No comments:
Post a Comment