Robuta

https://www.educative.io/courses/learn-python-3-from-scratch/programs-that-can-compare
Learn how to use if, else, and elif statements in Python to control program logic and update variables based on user input.
conditional statementsprogram flowunderstandingpython
https://www.educative.io/courses/python-101-interactively-learn-how-to-program-with-python-3/if-name--main
Learn the purpose of if __name__ == __main__ in Python and how it controls code execution within scripts and modules.
python conditional statementsunderstandingnamemain