Skip to content

Instantly share code, notes, and snippets.

@oahayder
Created February 23, 2023 05:56
Show Gist options
  • Save oahayder/5eb1f9ae0bdb59b71a63aa354ed8c06e to your computer and use it in GitHub Desktop.
Save oahayder/5eb1f9ae0bdb59b71a63aa354ed8c06e to your computer and use it in GitHub Desktop.
alhaydo@C02ZV047MD6W openmath % python3 main.py
Hello! Please enter your age: 14
What's your favourite thing? football
If a football team scores 4 touchdowns and 5 field goals in a game, what is the total number of points earned?
43
Answer Grade: 10/10
alhaydo@C02ZV047MD6W openmath % python3 main.py
Hello! Please enter your age: 6
What's your favourite thing? fire trucks
If a fire truck has 4 wheels and each wheel has 6 spokes, how many spokes are on the fire truck?
24
Answer: A (correct)
alhaydo@C02ZV047MD6W openmath % python3 main.py
Hello! Please enter your age: 25
What's your favourite thing? quantum mechanics
If two electrons are in a superposition of two spin states, what is the probability of measuring one of them in a spin-up state?
69
Incorrect
alhaydo@C02ZV047MD6W openmath %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment