And Then Came Bumbo...
And Then Came Bumbo... (Russian: И вот пришёл Бумбо…) is a 1984 Soviet family film directed by Nadezhda Kosheverova.[1][2][3]
And Then Came Bumbo... | |
---|---|
Russian: И вот пришёл Бумбо… | |
Directed by | Nadezhda Kosheverova |
Written by | |
Starring |
|
Music by |
|
Cinematography | Eduard Rozovsky |
Country | Soviet Union |
Language | Russian |
Plot
The film tells about a sick girl, Alexandra, who asks her father to get her a living elephant in order to regain interest in life and cure her.[4]
Cast
- Oleg Basilashvili
- Valeriy Zolotukhin
- Tatyana Pelttser
- Svetlana Nemolyaeva
- Zinoviy Gerdt
- Aleksandr Pankratov-Chyorny
- Sergey Filippov
- Natasha Shinakova
- Sergei Parshin
- Georgiy Shtil[5]
gollark: ™
gollark: al
gollark: The world does not, in fact, make sense.
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", ""))```
gollark: You have to remove them.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.