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

Опубликовано: 01 Январь 2023
на канале: oOSylarTechOo
130
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


На этой странице сайта вы можете посмотреть видео онлайн Part 6 | Python Programming | Creating an if else statement using lists длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь oOSylarTechOo 01 Январь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 130 раз и оно понравилось 3 зрителям. Приятного просмотра!