Important Notice:

Common Errors in Python

Common Errors in Python

1 views 1 min read

Common Errors in Python (Python की सामान्य त्रुटियाँ) :-

An Error is a problem in a Python program that stops the program from running correctly or produces incorrect results.

हिंदी:
Error (त्रुटि) वह समस्या है जो Python Program को सही तरीके से चलने नहीं देती या गलत परिणाम (Output) देती है।

Python में Errors को समझना और उन्हें ठीक करना Debugging कहलाता है।

Types of Common Errors -

  1. Syntax Error
  2. Indentation Error
  3. Name Error
  4. Type Error
  5. Value Error

Related Notes