GitHub - gochab/python_basic_exercises: learning Python

Skip to content

Navigation Menu

Sign in

Appearance settings

Python basic exercises

My Python's lessons - total basics

Exercise_01: Character Input

Create a program that asks the user to enter their name and their age. Print out a message addressed to them that tells them the year that they will turn 100 years old.

Exercise_02: Odd or Even

Ask the user for a number. Depending on whether the number is even or odd, print out an appropriate message to the user.