Task 2: Rock-Paper-Scissors Game
A fun Python game where the user plays Rock-Paper-Scissors against the computer with score tracking and replay options.
🔹 Task 3: Password Generator
A Python program that generates strong, random, and secure passwords of user-defined length using letters, digits, and special characters.
🔹 Task 4: Calculator
A simple Python calculator that performs basic arithmetic operations like addition, subtraction, multiplication, and division with error handling.