'How to input fractions into WORD document using python-docx

I want to insert fractions into WORD using python-docx, like below result in picture. I can only insert these: 15/20 + 4/20. I want to have the style look like the picture shows. Is it possible to do it using python-docx, or other library in Python?

fractions



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source