Read a number and time int value : Multiply « Language Basics « Python






Read a number and time int value

Read a number and time int value


num = raw_input("Hi.  A number: ")

print  num * 2


           
       








Related examples in the same category

1.Read a number and do calculationRead a number and do calculation
2.Product in PythonProduct in Python