0, 1, 1, 2, 3, 5, 8, 13, 21, ... is called this sequence.
What is Fibonacci?
These two colleagues (supposedly) share the same birthday on December 5 (must list both).
What is Jeffrey and Niraj?
Created by Matthew Arck, this ranking system can calculate a team's odds of winning against another team.
What is CRAPPR? (accessible at crappr.science)
A keyboard short-cut to run your code from a do-file is this.
What is CTRL + D?
In a room of 23 people there's a ___ percent chance that two people have the same birthday.
What is 50?
These two colleagues share the same birthday on March 3 (must list both).
What is Ricardo and Gustavo?
Another name for ping pong is this, which also references another sport.
What is table tennis?
When tabulating a variable, you can add this letter at the end of your code to count 'missing' observations.
What is 'm'?
(e.g., tabulate year, m)
These are the first 8 digits of Pi. (_._ _ _ _ _ _ _)
What is 3.1415926?

These two colleagues share the same birthday on October 12 (must list both).
Ping Pong is the national sport of this country.
What is China?
When you use the command 'foreach' or 'forvalues', you are creating what is commonly known as this.
What is a loop?
The only temperature that is the same in both Fahrenheit and Celsius.
What is negative 40 degrees?
This colleague shares a birthday with a former colleague, on December 20 (must list both).
What is Sean Taylor and Harshita?
As of February 21, 2020, this player ranks number 1 in the CRAPPR.
What is Ben Paterson?
This command is useful in verifying that an expression is true. If it is true, this command produces no output.
What is assert?