Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
Function call : Function Define « Function « Python
Python
Function
Function Define
Function call
print pow(2,3) print 10 + pow(2, 3*5)/3.0 print abs(-10) print round(1.0/2.0)
Related examples in the same category
1.
A function definition
2.
Power function
3.
Define simple function in Python
4.
A function that writes the Fibonacci series to an arbitrary boundary
5.
Define a function in Python
6.
Factorial function