Even Odd Program in Python using Function #2

Even Odd Program in Python using Function Even Numbers : Those numbers which are completely divisible by 2 are called even numbers. for example : 2, 4, 6, 8 are even numbers. When we divide 242 by 2, it returns remainder ZERO which shows that 242 is an even number. Odd Numbers : Those numbers … Read more

Python File Handling Programs Important for Class 12

Python File Handling Programs 1. Text – File Programs 2. Binary – File Programs 3. CSV – File Programs (Coming Soon) Python File Handling Programs-Text File Q1. Write a program in python to replace all word “the” by another word “them” in a file “poem.txt”. Q2. Write a program in python to replace a character … Read more

error: Content is protected !!