Home
Python Tutorial
Introduction
Data Type
Statement
Operator
String
Tuple
List
Dictionary
Collections
Function
Class
File
Buildin Function
Buildin Module
Database
Regular Expressions
Thread
Tkinker
wxPython
XML
Network
CGI Web
Windows
ord function gets the index of a character : ord « Buildin Function « Python Tutorial
Python Tutorial
Buildin Function
ord
print ord(
'a'
) print ord(
'A'
) print ord(
'0'
)
13.36.ord
13.36.1.
ord function gets the index of a character