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

Cerca
Categorie
Leggi tutto
Altre informazioni
低窒素真空温水ボイラーの最新調査レポート:市場規模、競合環境、成長要因2025
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「低窒素真空温水ボイラー―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025年7月9日よ...
By Liu Yuan 2025-07-09 08:32:00 0
Giochi
The Future of Play: Global Gaming Market Opportunities
The global gaming market has evolved into a multi-billion-dollar entertainment industry, fueled...
By Vasundra MS 2025-07-22 07:14:41 0
Altre informazioni
Aloevera Liquid Extract Market Investment Trends, Value Proposition, Industry Expansion, Planning and Analytics
"Executive Summary Aloevera Liquid Extract Market :  Global aloevera liquid...
By Shim Carter 2025-06-17 09:38:33 0
Altre informazioni
Collagen Supplement Tablets Market: Insights and Competitive Analysis
"Executive Summary Collagen Supplement Tablets Market : CAGR Value Global collagen...
By Harshasharma Dbmr 2025-07-19 11:45:36 0
Programming
Renal Panel Testing Market Set to Expand with Rising Prevalence of Kidney Disorders and Advancements in Diagnostic Technologies
"Executive Summary Renal Panel Testing Market :   Data Bridge Market Research...
By Komal Galande 2025-06-20 04:33:50 0
Omaada - A global social and professionals networking platform https://www.omaada.com