mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
6 lines
165 B
Python
6 lines
165 B
Python
from mathgenerator import mathgen
|
|
|
|
for item in mathgen.getGenList():
|
|
if item[2](format='latex') == 'Latex unavailable':
|
|
print(item[0], item[1], item[4])
|