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

Поиск
Категории
Больше
Другое
Dive Slate Market: Innovations in Safety and Functionality
The global dive slate market continues to make waves in the underwater accessories sector,...
От Mayur Gunjal 2025-06-27 09:25:24 0
Другое
世界過塩素酸ナトリウム(CAS 7601-89-0)市場2025-2031:企業ランキング、価格動向、売上推移、今後の見通し
2025年7月23日、YH Research株式会社(本社:東京都中央区)は、調査レポート「グローバル過塩素酸ナトリウム(CAS 7601-89-0)市場のトップ企業ランキングと市場シェア...
От Zhijun Liu 2025-07-23 02:27:19 0
Fitness
Ogilvie Syndrome Treatment Market Revenue Analysis: Growth, Share, Value, Size, and Scope
"Executive Summary Ogilvie Syndrome Treatment Market : Data Bridge Market Research...
От Mike Warn 2025-07-18 05:21:04 0
Books and Authors
Sustainable Innovations and Demand Surge Drive Growth in Polystyrene Packaging Market
"Executive Summary Polystyrene Packaging Market :  Data Bridge Market Research...
От Komal Galande 2025-06-20 07:58:51 0
Другое
Travel Retail Market Opportunity Space, Business Vertical and Commercial Niche
"Executive Summary Travel Retail Market : CAGR Value The global travel retail market...
От Shim Carter 2025-07-24 09:06:00 0
Omaada - A global social and professionals networking platform https://www.omaada.com