CBSE Python Random Module: 15 Must-Practice Output Questions If you have solved previous CBSE Computer Science (083) papers, you already know that the random module question almost always appears in…
Tag:
Programming Logic
-
-
Python Programs
Python: Copy Even-Length Words to a New File (Solved)
by Mahesh Vermaby Mahesh VermaPractice Question 19 In this question, we will write a function that reads a source file and “extracts” only the words that have an even number of characters (like “code”,…
-
Python Programs
Python: Count Uppercase Letters in a Text File (Solved)
by Mahesh Vermaby Mahesh VermaPractice Question 16 In this question, we will learn how to write a function that reads a text file and counts the total number of Uppercase (Capital) letters. This is…