Day-12 learning python from scratch

Опубликовано: 10 Март 2026
на канале: Quite Simple
65
2

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.