Part 6 | Python Programming | Creating an if else statement using lists

Опубликовано: 27 Январь 2025
на канале: oOSylarTechOo
127
3

This is part 6 of a series of python coding that I am having fun with and want to show others that are interested or stuck.

Code Example:

#creating an if else statement using lists

#first, create your list
oddNumbers = [1, 3, 5, 7, 9]

#add your input to a variable
cNum = int(input("Choose a number from 1 to 10 "))

#Place a colon at the end of each if and else line
#Then indent your line following each if and else line

if cNum in oddNumbers:
print("True")
else:
print("False")

#python #pythonprogramming #pythontutorial #pythonforbeginners #shorts

Music: Pad Subscription with Wondershare Filmora