Outlook, Washington

Outlook is a census-designated place and unincorporated community in Yakima County, Washington, United States. Outlook is located along Interstate 82 and U.S. Route 12 4 miles (6.4 km) west of Sunnyside. Outlook has a post office with ZIP code 98938.[2]

Outlook, Washington
Outlook, Washington
Outlook, Washington
Coordinates: 46°19′52″N 120°05′28″W
CountryUnited States
StateWashington
CountyYakima
Government
  TypeCensus Designated Place
Elevation
784 ft (239 m)
Population
 (2010)
  Total292
Time zoneUTC-8 (Pacific (PST))
  Summer (DST)UTC-7 (PDT)
ZIP code
98938
Area code(s)509
GNIS feature ID1512542[1]

Notable Citizens

Astronaut Bonnie Dunbar was born in Valley Memorial Hospital in Sunnyside, Washington but she grew up in Outlook.[3][4][5][6] Dunbar wrote in her oral history that "the school I started out in, Outlook Elementary, went to eight grades. It was a very small rural school. I think there were probably twenty-two, twenty-three in my class all the way through eighth grade graduation."[7][8]

Internet cartoonist Scott Meyer was born and raised in Outlook.[9]

gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
gollark: Stop wanting that.
gollark: Most of it.
gollark: Ah, you made a Python syntax with {}s? Cool.

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.