Tumulus supports building lists using Python's list comprehension, but not using generators. This should be fixed so that the following would work : ``` python t.ul( t.li(str(i)) for i in range(10) ) ```
Tumulus supports building lists using Python's list comprehension, but not using generators. This should be fixed so that the following would work :