''' This code use for python input ''' data = raw_input("Enter a number: ") ''' Now data is a string You need to type cast for making this string to integer ''' print "The number is: ", data
Tuesday, August 17, 2010
python input
Posted by
Abu Zahed Jony
at
5:43 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels:
Input
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment