forked from WizCoderr/ButterflyEarth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.py
15 lines (15 loc) · 1001 Bytes
/
questions.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# def add_words():
# # from models import Word # Import here to avoid circular import
# words = [
# {'word': 'What is the largest planet in our solar system?', 'answer': 'Jupiter'},
# {'word': 'What is the closest planet to the Sun?', 'answer': 'Mercury'},
# {'word': 'Which planet is known as the Red Planet?', 'answer': 'Mars'},
# {'word': 'What is the name of the galaxy we live in?', 'answer': 'Milky Way'},
# {'word': 'What is the name of the first human to travel into space?', 'answer': 'Yuri Gagarin'},
# {'word': 'What is the name of Earth’s natural satellite?', 'answer': 'Moon'},
# {'word': 'Which planet has the most rings?', 'answer': 'Saturn'},
# {'word': 'What is the hottest planet in our solar system?', 'answer': 'Venus'},
# {'word': 'Which planet is known for its Great Red Spot?', 'answer': 'Jupiter'},
# {'word': 'What do we call a star explosion?', 'answer': 'Supernova'},
# # Add more space-related questions as needed
# ]