Jack the Giant Killer (disambiguation)
"Jack the Giant Killer" is an English fairy tale.
Jack the Giant Killer may also refer to:
Films
- Jack the Giant Killer (1962 film), a film adaptation of the fairy tale starring Kerwin Mathews
- Jack the Giant Slayer, originally titled Jack the Giant Killer, a 2013 film adaptation of the fairy tale
- Jack the Giant Killer (2013 film), a mockbuster of the 2013 film Jack the Giant Slayer
- Jack the Giant Killer, a 1922 Laugh-O-Gram Studio cartoon short created by Walt Disney
Other uses
- Jack, the Giant Killer (novel), a novel by Charles De Lint
- Jack the Giantkiller, a 1982 arcade game
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.
gollark: Why what?
See also
- Johnny the Giant Killer, a 1950 animated film
- "Jack and the Beanstalk", an English fairy tale
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.