Python program to capitalize the character without using a function
SIKSHAPATH Latest Questions
1. Write a Python program to generate 26 text files named A.txt, B.txt, and so on up to Z.txt 2. Write a Python program to create a file where all letters of English alphabet are listed by specified number of ...
Write a Python class named Student with two attributes student_id, student_name. Add a new attribute student_class and display the entire attribute and their values of the said class. Now remove the student_name attribute and display the entire attribute with values Write ...
Write a Python class named Circle constructed by a radius and two methods which will compute the area and the perimeter of a circle.
Suppose a list contains marks earned in the courses CSE110, PHY111, and MAT110 of each student consecutively in a nested list form. Your task is to take a course name as input from the user and sort the list based ...
1. Write a Python class named Student with two attributes student_id, student_name. Add a new attribute student_class and display the entire attribute and their values of the said class. Now remove the student_name attribute and display the entire attribute with ...