0% found this document useful (0 votes)
21 views1 page

Python Programming Lab Assignments

The document outlines an assignment for BCA 2nd year students at Netaji Subhash Engineering College, focusing on Python programming lab exercises. It lists 18 different programming tasks, including string manipulation, character counting, and palindrome checking. Each task requires students to write Python programs to solve specific problems related to strings.

Uploaded by

bipratrade003
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)
21 views1 page

Python Programming Lab Assignments

The document outlines an assignment for BCA 2nd year students at Netaji Subhash Engineering College, focusing on Python programming lab exercises. It lists 18 different programming tasks, including string manipulation, character counting, and palindrome checking. Each task requires students to write Python programs to solve specific problems related to strings.

Uploaded by

bipratrade003
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

NETAJI SUBHASH ENGINEERING COLLEGE

BCA 2nd YEAR

Assignment-2

Paper Name –Python Programming Lab

Paper Code: BCAC493

SL. Experiment Date Signature


No.
1 Python Program to Replace all Occurrences of 'a' with $ in a String
2. Python Program to Remove the nth Index Character from a Non-
Empty String.
3. Python Program to Detect if Two Strings are Anagrams.
4. Python Program to Form a New String where the First Character and
the Last Character have been Exchanged
5. Python Program to Count the Number of Vowels in a String
6. Python Program to Take in a String and Replace Every Blank Space
with Hyphen
7. Python Program to Calculate the Length of a String Without Using a
Library Function
8. Python Program to Remove the Characters of Odd Index Values in
a String

9. Python Program to Calculate the Number of Words and the Number


of Characters Present in a String
10. Python Program to Take in Two Strings and Display the Larger
String without Using Built-in Functions
11. Python Program to Count Number of Lowercase Characters in a String

12. Python Program to Check if a String is a Palindrome or Not


13. Python Program to Calçulate the Number of Upper Case Letters and
Lower Case Letters in a String
14. Python Program to Check if a String is a Pangram or Not

15.
Python Program to Calculate the Number of Digits and Letters ina
String

16.
. Python Program to Form a New String Made of the First 2 and Last 2
characters From a Given String
17.
Python Program to Count the Occurrences of Each Word in a Given
String Sentence
18.
Python Program to Check if a Substring is Present in a Given String

You might also like