Corrected_Python_Programs important
Corrected_Python_Programs important
PROGRAM NO.-1
c = a + b
PROGRAM NO.-2
si = (p * t * r) / 100
PROGRAM NO.-3
Write a program to input five subject marks and calculate its Total, Average and find result
(Pass/Fail).
print("Result: Pass")
else:
print("Result: Fail")
PROGRAM NO.-4
print("Eligible to Vote")
else:
PROGRAM NO.-5
Write a program to input a character and find if the given character is upper, lower, digit or special
character.
else: