Treffer: Variables and Data Types.

Title:
Variables and Data Types.
Source:
Python 3 for Absolute Beginners; 2009, p27-47, 21p
Database:
Complementary Index

Weitere Informationen

In the previous chapter, you learned that a variable is a unit of data with an identifier, which is held in your computer΄s memory; it can be changed by putting a new value into it or modifying the value that is already there. In this chapter, I will be introducing some of the different types of variable that are available for you to use in your programs, and I΄ll be showing you how to build them into the expressions and statements of Python that will allow you to turn your designs into working code. This is where you start to do some real programming. You will be creating two programs from scratch in this chapter: one to manipulate and format simple text strings and a script that performs a mathematical calculation. All this is made possible by using variables. [ABSTRACT FROM AUTHOR]

Copyright of Python 3 for Absolute Beginners is the property of Springer Nature / Books and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)