Feeds:
Posts
Comments

Archive for February 19th, 2011

Input is the entering data into the program and variable is temporary place for storing the data. There are 2 data that you can enter, string and number. See the sample variables below: a=12345 b=”I’m python” a is number and b is string.   See the sample input below: my_string=raw_input(“What is your name?”) my_number=input(“Enter your [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 35 other followers