Froggy Ball
Froggy Ball (Swedish: Grodan Boll) is a character from Kalle Stropp och Grodan Boll which is a series of Swedish books, radio shows and movies created by Thomas Funck. He first appeared in a radio show in 1954. The character disappeared around the early 1960s, but made a comeback in 1971 in his second radio show named "Veckans tisdag" which is Swedish for "Weekly Tuesday".
Froggy Ball appeared in comic books from 1955-1960 which were drawn by Nils Egerbrandt.[1]
Movies
- Kalle Stropp, Grodan Boll och deras vänner (Kalle Stropp, Grodan Boll och deras vänner) (1956)
- Kalle Stropp och Grodan Boll räddar Hönan (Kalle Stropp och Grodan Boll räddar Hönan) (1987)
- Charlie Strapp and Froggy Ball Flying High (Kalle Stropp och Grodan Boll på svindlande äventyr) (1991)
gollark: There is no honour among esolangs.
gollark: !typerace 50
gollark: ddg!wikihow cheat at esobot typerace
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.