Two Friends (1954 film)

Two Friends (Russian: Два друга) is a 1954 Soviet drama film directed by Viktor Eisymont.[2][3][4][5]

Two Friends
Russian: Два друга
Directed byViktor Eisymont
Written byNikolai Nosov[1]
Starring
  • Vasiliy Lanovoy
  • Vadim Grachyov
  • Galina Lyapina
  • Tamara Kirsanova
  • Aleksandr Susnin
  • Vladimir Andreyev
Music byMoisey Vaynberg
CinematographyBentsion Monastyrsky
CountrySoviet Union

Plot

The film tells about two friends of Vita and Kostya who are extremely poor at school, preferring football studies. Vitya's mom takes away the ball from him, but this does not stop the boys from finding new entertainments and getting new bad grades.[6]

Starring

  • Lyonya Krauklis as Vitya Maleyev
  • Vladimir Guskov as Kostya Shishkin (as Vova Guskov)
  • Misha Aronov as Misha
  • Vitya Byelov as Khudozhnik stengazety
  • Borya Burlyaev as Tolik
  • Natasha Zasluyeva as Natasha
  • Kseniya Spiridonova as Tosya
  • Daniil Sagal as father of Vitya (as D. Sagal)
  • Vera Orlova as mother of Vitya (as V. Orlova)
  • Ksana Bibina as Lika Maleyeva
  • Yanina Zheymo[7] as mother of Kostya
  • Irina Zarubina as Olga Nikolayevna (as I. Zarubina)[8]
gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```

References


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