Pseudocossus

Pseudocossus is a genus of moths of the family Cossidae from Madagascar.[2]

Pseudocossus
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Genus:
Pseudocossus

Type species: Pseudocossus uliginosus Kenrick, 1914

Species

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```
gollark: 100-[infinitely small number]%, surely?
gollark: 99.99999999%? Are you sure?

References

  1. Kenrick, 1914. Transactions of the entomological Society of London 1913(4): 590
  2. afromoths.net Archived 2014-04-16 at the Wayback Machine


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