06 Introduction to Python Variables

0
62

Basically, Python has no command to Declare a Variable. A Variable is created as soon as you assign any value to it. Whether it is numeric, String, Float, Boolean or any kind.

Variables do not need to be declared with any particular type, and can even change type after they have been set.

*** Variable names in Python are case-sensitive.

A variable can have a short name (like x and y) or a more descriptive name (age, carname, total_volume)

Following are some rules to create a variable name:

  • A variable name must start with a letter or the underscore character
  • A variable name cannot start with a number
  • A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )
  • Variable names are case-sensitive (age, Age and AGE are three different variables)

Example 01:

x = 5
y = "John"
print(x)
print(y)

Example 02:

x = 4       # x is of type int
x = "Sally" # x is now of type str
print(x)

Example 03:

x = str(3)    # x will be '3'
y = int(3)    # y will be 3
z = float(3# z will be 3.0

type() function:

You can get variable type using type() function.

Example:

x = 5
y = "John"
print(type(x))
print(type(y))

Search
Categories
Read More
Other
How Can You Land a Property Solicitor Job in the UK? Career Guide 2025
The legal field in the UK continues to evolve, and one area that remains consistently in demand...
By John Wiltson 2025-06-09 17:51:01 0
Other
グローバルインテリジェント会議カメラ市場の成長分析:市場規模、浸透率、需要変動2025
2025年7月21日に、QYResearch株式会社(所在地:東京都中央区)は、「インテリジェント会議カメラ―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の調査資...
By Liu Yuan 2025-07-21 06:36:29 0
Other
Skin Recovery and Repair: Consumer Demand for Centella-Based Cosmetics
The global Centella cosmetic products market is set for sustained growth over the next decade, as...
By Mayur Gunjal 2025-07-01 09:52:14 0
Networking
Europe Rheology Modifiers Market is expected to undergo a CAGR of 5% during the forecast period of 2023 to 2030.
Executive Summary Europe Rheology Modifiers Market : Data Bridge Market Research...
By Ksh Dbmr 2025-06-21 11:16:45 0
Other
スマートトイレのコントロールパネルの世界市場規模:最新トレンド、成長要因、今後動向2025-2031
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「スマートトイレのコントロールパネル―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025...
By Zhang Weixuan 2025-07-25 06:23:33 0
Omaada - A global social and professionals networking platform https://www.omaada.com