Pyotr Kirillov
Pyotr Kirillov (Russian: Петр Кириллов) was a Soviet actor, film director, screenwriter.
Pyotr Kirillov | |
---|---|
Born | Pyotr Kirillov May 17, 1895 |
Died | January 14, 1942 46) | (aged
Occupation | actor, film director |
Years active | 1922–1942 |
Selected filmography
- 1934 — Crown Prince of the Republic
- 1936 — The Sailors of Kronstadt[1]
- 1938 — The Great Citizen
- 1941 — Tanker "Derbent"
gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
References
External links
- Петр Кириллов on kino-teatr.ru
- Pyotr Kirillov on IMDb
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.