Spring Garden Street Tunnel

The Spring Garden Street Tunnel is a vehicular tunnel under the Philadelphia Art Museum. The tunnel once carried the SEPTA Route 43 trolley.[1][2]

gollark: ++exec```pythondef f(x, y, z): if y == 0: if z == 0: return x return f(x, 0, z - 1) * f(x, 0, z - 1) return f(x, y - 1, z) * f(x, y - 1, z)print(f(10, 10, 10))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(3, 3, 3))```
gollark: Hmm.
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 2))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 3))```

References

  1. "The Spring Garden Tunnel: A New Bike Route to West Philadelphia? | Hidden City Philadelphia". hiddencityphila.org.
  2. "Most Unsettling Shortcut: Art Museum Tunnel". Uwishunu - Philadelphia Blog About Things to Do, Events, Restaurants, Food, Nightlife and More. January 12, 2007.

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