Eugene Aram (1914 film)

Eugene Aram is a 1914 British silent drama film directed by Edwin J. Collins and starring Jack Leigh, Mary Manners and John Sargent.[1] It was adapted from the novel Eugene Aram by Edward Bulwer-Lytton.

Cast

gollark: ?coliru```pythonimport mathtext = "no."len = 32amp = 8freq = 0.5for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 0.5for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 1for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: I can make it into a python oneliner.
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```

References


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