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))

Buscar
Categorías
Read More
Crafts
Green Warehousing Revolution Spurs Growth in Global Energy Efficient Lighting System Market
"Executive Summary Energy Efficient Warehouse Lighting System Market :  Global...
By Komal Galande 2025-06-27 04:22:35 0
Other
Best Love Shayari for Wife in Hindi
Best Love Shayari for Wife in Hindi | Express True Love with Romantic Shayari H1: Discover the...
By Technology Welldone 2025-06-10 13:22:28 0
Other
Recreational Vehicle Market Trends, Demand Analysis & Forecast Report (2021–2027) | UnivDatos
A comprehensive overview of the Recreational Vehicle Market is recently added by UnivDatos to its...
By Tanmay Gupta 2025-07-14 05:59:14 0
Other
コンテナティルターの世界市場調査:規模、シェア、成長率(2025-2031年)
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「コンテナティルター―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025年7月23日より...
By Liu Yuan 2025-07-23 08:30:32 0
Other
RO膜コーティング機の世界市場展望:規模、成長ドライバー、将来予測2025-2031
2025年6月9日に、QYResearch株式会社(所在地:東京都中央区)は「RO膜コーティング機―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」の最新調査資料を発...
By Qyresearch Jasmine1 2025-06-09 09:15:33 0
Omaada - A global social and professionals networking platform https://www.omaada.com