Kutuzov (film)

Kutuzov, (Russian: Кутузов) is a 1943 Soviet drama film directed by Vladimir Petrov.[1][2][3][4]

Kutuzov
Russian: Кутузов
Directed byVladimir Petrov
Written byVladimir Solovyov
Starring
Music byYuri Shaporin
CinematographyMikhail Gindin
CountrySoviet Union

Plot

The film shows the main events of the Patriotic War of 1812.[5]

Starring

  • Aleksei Dikij as Prince Kutuzov
  • Semyon Mezhinsky as Napoleon Bonaparte
  • Yevgeniy Kaluzhsky as Marshal Berthier (as Ye. Kaluzhsky)
  • Sergo Zakariadze as Prince Bagration (as S. Zakariadze)
  • Nikolai Okhlopkov as Gen. Barclay de Tolly
  • Sergei Blinnikov as Platov, bearded Russian officer (as S. Blinnikov)
  • Mikhail Pugovkin[6] as Fedya (as M. Pugovkin)[7]
gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.
gollark: I mean, it *sort of* is, but instead of actually marking the things it just checks against each factor.

References


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