Define and use variables in Python : Power « Math « Python






Define and use variables in Python

Define and use variables in Python

print 'Power:'
print 2 ** 100

           
       

Related examples in the same category

1.Power calculationPower calculation