Phyton.pdf Un modelo de python al alcance de todos
impcaf
4 views
2 slides
Jul 10, 2024
Slide 1 of 2
1
2
About This Presentation
Un modelo de python al alcance de todos
Size: 23.86 KB
Language: en
Added: Jul 10, 2024
Slides: 2 pages
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\"")