Important Notice:

Python Basics

Python Basics

2 views 1 min read

Python Basics :-

Python Program लिखने से पहले उसके कुछ मूलभूत (Basic) तत्वों को समझना आवश्यक है। इन्हें Python Basics कहा जाता है। Python Basics में निम्नलिखित विषय शामिल हैं—

  1. Keywords (कीवर्ड)
  2. Identifiers (पहचानकर्ता)
  3. Variables (चर)
  4. Indentation (इंडेंटेशन)
  5. Statements (स्टेटमेंट)

Related Notes