0% found this document useful (0 votes)
3 views5 pages

Python Basics Assignment

The document contains an assignment by Arpan Mukhopadhyay on Python basics, specifically addressing exception handling. It mentions common exceptions such as NameError for undefined variables and ValueError for type mismatches. Additionally, it lists terms, functions, operators, and core principles applied during the assignment.

Uploaded by

sharmaritu02269
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views5 pages

Python Basics Assignment

The document contains an assignment by Arpan Mukhopadhyay on Python basics, specifically addressing exception handling. It mentions common exceptions such as NameError for undefined variables and ValueError for type mismatches. Additionally, it lists terms, functions, operators, and core principles applied during the assignment.

Uploaded by

sharmaritu02269
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

NAME :- ARPAN MUKHOPADHYAY

EMAIL: arpanmukhopadhyay26@[Link]
SUBJECT:- PYTHON BASICS (ASSIGNMENT)
Q11. Type of exception (context missing, but answer
based on typical code)

# For undefined variable, NameError; For wrong value


passed, ValueError.# Typical answer is ValueError when
value type mismatch
Here are all the terms, functions, operators, and core
principles that I applied during the assignment:

You might also like