Phyton.pdf Un modelo de python al alcance de todos

impcaf 4 views 2 slides Jul 10, 2024
Slide 1
Slide 1 of 2
Slide 1
1
Slide 2
2

About This Presentation

Un modelo de python al alcance de todos


Slide Content

Un retoeneltiempo

Los Inicios
•string = input("Enter a long string \n")
•key = input("Enter the letter to search for: \n")
•if(key in string): #Checks if key is in the string
•print("Letter found in string") #If the Bool value is TRUE
•else:
•print("Letter not found in string \n")
•input("Press enter \n")
•Print("Eat mide60\"")
Tags