Important Notice:

Course Content
Accepting Input from the Console
0/1
Introduction to Python (Chapter-3) M3-R5.1
About Lesson
Python Character Set:-

        Character set valid characters का एक ग्रुप है जिसे कोई language recognize करती है identifier declare करने के लिए पायथन कैरेक्टर सेट का उपयोग करता है। python language में दो प्रकार के character set होते हैं

Note:- Python कोई भी ASCII और Unicode character को part of data या literals को process कर सकता है

  1. Source Character
  2. Execution Characters/Escape Sequences
Source Character:-

           Source Character का उपयोग करके सोर्स टेक्स्ट बनाया जा सकता है सोर्स कैरेक्टर निम्नलिखित हैं-

  • Letters A-Z, a-z
  • Digits 0-9
  • Special symbols space + – * / ** () {} [] // = != == <> . ‘ “” , ; : % & <= >= @ # >>> << >> _(underscore)

Python Character Set:-

                                        Character set is a group of valid characters that a language recognizes. Python uses character sets to declare identifiers. There are two types of character sets in python language

Note:- Python can process any ASCII and Unicode character as part of data or literals.

  1. Source Character
  2. Execution Characters/Escape Sequences
Source Character:-

           Source text can be created using Source Character. The source characters are as follows-

  • Letters A-Z, a-z
  • Digits 0-9
  • Special symbols space + – * / ** () {} [] // = != == <> . ‘ “” , ; : % & <= >= @ # >>> << >> _(underscore)

error: Content is protected !!