Python

Identifiers and Variables in Python

Identifiers in python

  • A name in python program is called identifier.
  • It can be a class name or function name or variable name

Rules to define identifier

  • Identifiers include alphabets symbols(either lower case or upper case)
  • Identifiers include  digits(0 to 9)
  • Identifiers include underscore (_)symbol.
  • Identifiers should be case sensitive.

Don’t s while defining an identifier

  • We cannot use keywords as identifiers
  • Identifiers should not start with digit.

Special case of using underscore

  • If the identifier starts with underscore (_)symbol then it is private.

Variables in python

What is a variable?

•   A variable refers to  memory location.

•   It is used to store the value .

•   Variable is used to give data to the computer for processing .

Specifying a variable

•   In python we don’t need to specify the type of variable because python is a dynamically typed to get variable type.

•  Variable names include  letters and digits but they have to begin with a letter or an underscore.

•   It is suggested to use  lowercase letters for variable name

Lakshmi Durga

Share
Published by
Lakshmi Durga

Recent Posts

Samsung TV Red Light Blinking? 4 Fixes (2026 Power Logic Hub)

User Problem Scenario: The Red Light "Panic" You press the power button on your Samsung…

5 days ago

Samsung TV Not Connecting to WiFi: 2026 Easy Fix Guide

Introduction: I Know the Feeling "We’ve all been there. You sit down to watch your…

6 days ago

Samsung TV Restarting During Diagnosis? Fix the Reboot Loop Fast

User Problem Scenario: The "Diagnosis Loop" Paradox Imagine you notice your apps are slow. You…

6 days ago

Samsung TV Optimize Now Not Working? (2026 Fix: Greyed Out, Stuck or Not Responding)

🎓 Technical Module: Memory Maintenance Logic Module: WV-OS-307 Verified 2026 👨‍🏫 Instructor: Vangari Divya (M.Tech)…

1 week ago

Samsung Smart Hub Test Failed? (2026 Fix: DNS, ISP Block & Authentication Error)

 Introduction: The Setup Paradox "There is a specific moment of frustration for every Samsung Smart…

2 weeks ago

Samsung TV Picture Test Not Working? 4 Technical Recovery Fixes

Introduction: Lab Diary & Experience "When your Samsung TV screen begins to flicker or show…

2 weeks ago