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 [...]
Archive for February, 2011
Linux Programming (Python)-Part 2 – Input and Variable
Posted in Programming in Linux, Programming-Python on February 19, 2011 | 1 Comment »
Linux Programming (Python)-Part 1-Introduction
Posted in Programming in Linux, Programming-Python, tagged Programming Language-Python on February 14, 2011 | 2 Comments »
What is Python? Python is a dynamic programming language that combine great power with very clear syntax. Guido Van Rossum began to work with python in late 1980 at National Research Institute for Mathematics and Computer science in Netherland (CWI). Before I read the history, I though it came from name of snake. But I [...]




