Hi everyone, This is Day 12 of learning Python from scratch!
Today, I learnt if/else statement in python
if/else statement in Python is a fundamental control flow structure that allows you to execute different code blocks based on whether a condition is true or false.
It's a powerful tool for making decisions within your programs.
Then I did some practice. And tried to make script to check if eligible for vote.
Here is the output.