Saturday, March 5, 2011

Strings in python

This week in computer science I studied strings. These are needed to do almost everything, from returning calculation results to receiving input from the user. Being python, conversion from other data types to the string data type is very easy.

No comments:

Post a Comment