Ese Question Bank PWP
Ese Question Bank PWP
QSET No Program
Write a Python Program ,print the number in words for example:1234=> One Two
16
three Four
Write a Python function that accepts a string and calculate the number of upper
21
case letters and lower case letters.
23 Write a Python Program to Display Calendar of given month using Calendar Module
Write a Python Program that will calculate area and circumference of circle using
24
inbuilt Math Module
28 Write a Program to Read more than one charactes at a time from file(use any file)
29 Python program to find the circumference and area of a circle with a given radius
34 Python program to Read content from one file and write it into another file