0% found this document useful (0 votes)
40 views3 pages

Python Error Handling and String Manipulation

The document outlines two sets of programming assignments in Python. Set A includes tasks such as demonstrating zero division and overflow errors, finding sequences of lowercase letters, and checking string characters using regex. Set B focuses on matching strings with specific character sets, raising attribute errors, removing duplicate words, and filtering characters from strings.

Uploaded by

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

Python Error Handling and String Manipulation

The document outlines two sets of programming assignments in Python. Set A includes tasks such as demonstrating zero division and overflow errors, finding sequences of lowercase letters, and checking string characters using regex. Set B focuses on matching strings with specific character sets, raising attribute errors, removing duplicate words, and filtering characters from strings.

Uploaded by

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

ASSIGNMENT 5:-

SET A
1. Write a Python program to demonstrate the zero division error and overflow
error.

2. Write a Python program to find sequences of lowercase letters joined with a


underscore.

3. Write a python program to Check if String Contain Only Defined Characters


using Regex.
SET B
1. Write a Python program to match a string that contains only upper and
lowercase letters, numbers, and underscores.
Write a Python program to raised the attribute error, if attribute class object has
no attribute with the name attribute.
2. Write a python Program to Remove duplicate words from Sentence

3. Write a python to| Remove all characters except letters and numbers

You might also like