This former US President had a cameo on "Parks and Rec" in 2013, though he was only Vice President at the time.
Joe Biden
A marine mammal-shaped piece of wax used to secure a letter.
"Seal seal"
Fans of this NFL team are often known as "cheeseheads" due to the prolific dairy industry of the region the team inhabits.
Green Bay Packers
This classic horror movie in a remote hotel has Jack Nicholson's character break down the door which his wife, played by Shelley Duvall, hides behind. Heeeere's Johnny!
The Shining
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
English Go
The role of the intern April Ludgate was played by this actress, who later had a lead role on the Marvel television series "Agatha All Along."
Aubrey Plaza
A grueling trial to fetch a medieval armored glove.
"Gauntlet gauntlet"
This Phoenix-based NFL team was based in Chicago from its inception as an NFL charter team in 1920 from when it moved to St. Louis in 1960.
Arizona Cardinals
This 2016 South Korean zombie film takes place almost entirely on a rail line, as a zombie apocalypse embroils South Korea.
Train to Busan
#include <iostream>
int main() {
std::cout << "Hallo Welt";
return 0;
}
German C++
"Parks and Rec" takes place in and around the town of Pawnee, located in this Midwestern state.
Indiana
One who sorts and categorizes large, bottom-dwelling fishes.
"Grouper grouper"
This team holds the longest regular-season winning streak in NFL history, winning 23 straight games between the 2008 and 2009 seasons.
Indianapolis Colts
This direct-to-TV comedy horror film series focuses on freak storms where carnivorous fish rain from the sky.
Sharknado
fn main() {
println!("olá mundo");
}
Portuguese Rust
In Season 6, Chris Pratt's character Andy Dwyer announces he received a perfect score on the SATs due to a broken one of these scoring machines.
ScanTron
A flatworm's one-off successful stroke in pool or billiards.
"Fluke fluke"
The first game of college football (still with heavy rugby influence) was played in New Brunswick, NJ in 1869, between Princeton University and this other school.
Rutgers University
This 1922 silent vampire film, seen as one of the foundations of horror, was remade in 2024.
Nosferatu
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hallo wereld");
}
}
Dutch Java
In the final episode of the series, Leslie and Ben attend a funeral while surrounded by people from this agency, implying one of them was elected President or Vice President.
Secret Service
A neat or tidy conifer of the genus Picea.
"Spruce spruce"
This former college football player started as the backup quarterback for his brother, Tua, at Alabama in 2019 before transferring to Maryland in 2020.
Taulia Tagovailoa
The 2019 film The Curse of the Weeping Woman is based on this Latin American folk figure, who mourns the death of her children while wandering around bodies of water.
La Llorona
main = putStrLn "привіт світ (pryvit svit)"
Ukrainian Haskell