Important Notice:

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

Python language में कोड लिखते समय कुछ symbols का उपयोग किया जाता है जो कोड को organize करने में सहायता करते हैं। ऐसे symbols को Punctuators कहा जाता है।
ये  “[]”, “()”, “{}”, “,” punctuators के कुछ example हैं।
इनका उपयोग instructions and statements को manage करने के लिए किया जाता है। इनके सही उपयोग के लिए, जिससे error ना आए, कोड के सही सिन्टेक्स का ज्ञान होना अति आवश्यक है

 

Punctuators

Punctuators are nothing but the symbols that represent start or end of a statement, block or a section. The common punctuators are: ‘, “, #, , (), {}, [], ,, :, ., `, = etc.

error: Content is protected !!