You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
286 B
Python

1 year ago
question1 = "What is science ?"
question2 = "What is UFW ?"
question3 = "What is HTML "
question4 = "What is CSS ?"
1 year ago
answer1 = "Uncomtrollable Fireware"
1 year ago
questions = [question1,question2,question3,question4]
for question in questions:
if questions == :
print(question)