Power calculation : Power « Math « Python





Power calculation

Power calculation
print 2L ** 200

print 2 ** 200


           
       

Related examples in the same category

1.Define and use variables in PythonDefine and use variables in Python