Buildin Function Python Tutorial

num = raw_input('Now enter a number: ')
print 'Doubling your number: %d' % (int(num) * 2)