0% found this document useful (0 votes)
6 views4 pages

Vote Eligibility Check in Python

The document presents a series of practical Python exercises designed to enhance coding skills. It includes tasks such as displaying the last digit of a number, checking for vowels, determining even or odd numbers, and calculating student grades. The exercises aim to provide hands-on experience with basic programming concepts in Python.

Uploaded by

suresh
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)
6 views4 pages

Vote Eligibility Check in Python

The document presents a series of practical Python exercises designed to enhance coding skills. It includes tasks such as displaying the last digit of a number, checking for vowels, determining even or odd numbers, and calculating student grades. The exercises aim to provide hands-on experience with basic programming concepts in Python.

Uploaded by

suresh
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

🔥 Unlock Your

Coding Potential with


Practical Python
Exercises!

Korrapati Jaswanth
1️⃣WAP to display the last digit of a number. (Don't use indexing for
this)
2️⃣WAP to check if a single character is a vowel or not.
3️⃣ WAP to check if a number is even or odd where
number is taken as input.
4️⃣WAP to check if 3rd last character of a string is a
vowel or not.
5️⃣Check if the first and last number of a list is the same
6️⃣Write a Python program to check whether a string
starts with vowel or not.
7️⃣ WAP to calculate percentage of a student through
5 subjects. Take marks as input from the user.
Using percentage print which grade the student has
scored.
8️⃣ WAP to print the day based on the number input. For
example: if input = 1, output = Monday

9️⃣WAP to check whether a person is eligible to vote


or not based on their age.

🔟 WAP to calculate the count of elements in a


string.
Thank You
such more content
Follow @Korrapati Jaswanth

You might also like