Turridrupa weaveri
Turridrupa weaveri is a species of sea snail, a marine gastropod mollusk in the family Turridae, the turrids.[1]
Turridrupa weaveri | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
(unranked): | |
Superfamily: | |
Family: | |
Subfamily: | |
Genus: | |
Species: | T. weaveri |
Binomial name | |
Turridrupa weaveri Powell, 1967 | |
Description
Distribution
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.
gollark: Why what?
References
- Turridrupa weaveri Powell, 1967. Retrieved through: World Register of Marine Species on 4 April 2010.
- Powell AWB. 1967. The family Turridae in the Indo-Pacific. Part 1a. The subfamily Turrinaeconcluded. Indo-Pacific Moll. 1(7):409–432
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.