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.
|
question1 = "What is science ?"
|
|
question2 = "What is UFW ?"
|
|
question3 = "What is HTML "
|
|
question4 = "What is CSS ?"
|
|
|
|
answer1 = "Uncomtrollable Fireware"
|
|
|
|
questions = [question1,question2,question3,question4]
|
|
for question in questions:
|
|
if questions == :
|
|
|
|
print(question)
|