Pete and Repeat
Pete and Repeat is a 1931 American comedy film directed by Fatty Arbuckle.[1]
Pete and Repeat | |
---|---|
Directed by | Fatty Arbuckle (as William Goodrich) |
Written by | George Jeske Joey Mack Ernest Pagano |
Starring | Bud Harrison |
Release date |
|
Running time | 21 minutes |
Country | United States |
Language | English |
Cast
- Bud Harrison
- Peenie Elmo
gollark: A magic beekeeping convention.
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
See also
- Fatty Arbuckle filmography
References
- Blocker, Jane (December 20, 2015). "Becoming Past: History in Contemporary Art". U of Minnesota Press. Retrieved April 22, 2019 – via Google Books.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.