Friday, January 31, 2014

3.1.2 Data Structures

Computer programming is about creating instructions to do tasks such as problem solving or to complete a task.
Data structures can help organise data. so that is easier to use and that is is suitable for computer processing. Data structures in python are called lists.
 For example: cars = ["Subaru Imprezza 2004","Maclaren F1","Sesto Elomento"]


Useful webpage :http://en.wikipedia.org/wiki/Data_structure

No comments:

Post a Comment