Chelsea Story

Chelsea Story is a 1951 British crime film directed by Charles Saunders and starring Henry Mollison, Sydney Tafler and Ingeborg von Kusserow.[1]

Selected cast

gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
gollark: ```pythonsomethingsome other thinga thing```

References

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