5 lines
83 B
Python
5 lines
83 B
Python
import mapytex
|
|
|
|
def test_generate_list():
|
|
mapytex.random.list(["a", "b", "c"])
|