Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
import turtle t = turtle.Turtle() x = input("Who was the youngest ELECTED president?") xo = x.lower() y = input("What is 5+94?") z = input("What is the last step of the scientific method?") zo = z.lower() if xo == "john f kennedy": print("Correct!") else: print("Wrong!") print(" ") if y == "99": print("Correct!") else: print("Wrong!") print(" ") if zo == "application": print("Correct!") else: print("Wrong!") print(" ")
TriviaQuiz.py
( around 22 lines python code )
Published By:
πππππππ α(ββΈβΌβΆ)α
Published on
2020-11-29T14:50:44Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here