Coding in Python: a comprehensive Beginners Guide to Learn the Realms of Coding in Python


Chapter Two: Python Variables and Data Types


Download 1.25 Mb.
Pdf ko'rish
bet5/48
Sana30.01.2023
Hajmi1.25 Mb.
#1140552
1   2   3   4   5   6   7   8   9   ...   48
Bog'liq
Coding in Python A Comprehensive Beginners Guide to Learn the Realms

Chapter Two: Python Variables and Data Types
When you run a file with the extension .py on Python, it suggests that you are
running a Python program. The editor runs the program in a Python
interpreter. The Python interpreter spots Python keywords, reads them,
identifies them, and acts accordingly. Take the example of the print keyword.
When the Python interpreter sees this keyword, it can print whatever you put
in the parenthesis. When you write code in the Python editor, you will see
that the Python editor highlights your code in different colors. That is how it
recognizes different types of code. This feature of Python is known as syntax
highlighting and is very useful as you learn to write Python programs.
Python Variables
Python variables are like containers that you can fill in with different types of
data values. Python differs from other programming languages because it
does not have any command for the declaration of a variable. You can create
a variable just by assigning it a specific value. In the following example, I
will create a variable and assign it some value. Please keep in mind that I am
using a Python interpreter for the initial stages. I will move on to the Python
editor in the later chapters.
>>> greetings = "Hello, I am here to learn Python."
>>> print(greetings)
Hello, I am here to learn Python.
>>>
The name of the variable is greetings. The variable holds a full sentence as its
unique value. The print keyword, as I said, is used to display the value of the
variable. The value of a variable can be easily replaced if you pack it up with
another value. See the following example.
>>> greetings = "Hello, I am here to learn Python."
>>> print(greetings)
Hello, I am here to learn Python.
>>>
>>> greetings = "This is the world of Python."


>>> print(greetings)
This is the world of Python.
>>>

Download 1.25 Mb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   ...   48




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©fayllar.org 2024
ma'muriyatiga murojaat qiling