Asperula littoralis
Asperula littoralis is a species of flowering plant in the family Rubiaceae.[1]
Asperula littoralis | |
---|---|
Scientific classification | |
Kingdom: | Plantae |
Clade: | Tracheophytes |
Clade: | Angiosperms |
Clade: | Eudicots |
Clade: | Asterids |
Order: | Gentianales |
Family: | Rubiaceae |
Genus: | Asperula |
Species: | A. littoralis |
Binomial name | |
Asperula littoralis Sm. | |
Description
Asperula littoralis was described in 1806 and is endemic to Turkey.[2][3]
gollark: *#3* was all my work though.
gollark: You can tell, because it has typings and recursion.
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.
References
- "Asaperula littoralis".
- "International Plant Names Index". www.ipni.org. Retrieved 2020-03-09.
- "Asperula littoralis Sm. | Plants of the World Online | Kew Science". Plants of the World Online. Retrieved 2020-03-09.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.