Hesychopa

Hesychopa is a genus of moths in the subfamily Arctiinae. The genus was described by Turner in 1940.[1]

Hesychopa
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Arctiinae
Genus:
Hesychopa

Turner, 1940

Species

gollark: Why.
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).replace("filename", "filenamefilename"))```This one definitely works and does things.
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.

References

  1. Savela, Markku (June 24, 2015). "Hesychopa Turner, 1940". Lepidoptera and Some Other Life Forms. Retrieved October 18, 2019.


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