Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Menu
Define and use variables in Python : Power « Math « Python
Python
Math
Power
Define and use variables in Python
print
'Power:'
print 2 ** 100
Related examples in the same category
1.
Power calculation