Python glossary

From ZENotes
(Difference between revisions)
Jump to: navigation, search
Admin (Talk | contribs)
(Created page with "Back to Python A value is one of the fundamental things — like a word or a number — that a program manipulates objects are classified into different classes, or data t...")
Newer edit →

Revision as of 10:53, 1 May 2013

Back to Python

A value is one of the fundamental things — like a word or a number — that a program manipulates


objects are classified into different classes, or data types: 4 is an integer, and "Hello, World!" is a string


The type converter float can turn an integer, a float, or a syntactically legal string into a float


The int function can take a floating point number or a string, and turn it into an int


Back to Python

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox