This repository contains Python practice exercises for learning basic and advanced concepts. It includes various small programs to reinforce skills in user input ...
Takes an integer input from the user. Checks whether the number is even or odd using an if-else statement. Displays the result accordingly. Task 2: Sum of Integers from 1 to 50 Using a Loop Uses a for ...