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

Publié le: 01 janvier 2023
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne Part 6 | Python Programming | Creating an if else statement using lists durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur oOSylarTechOo 01 janvier 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 130 fois et il a aimé 3 téléspectateurs. Bon visionnage!