Is it possible to mark/highlight any word as important in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to mark/highlight any word as important in python?

4th Aug 2020, 3:16 AM
Bihari Launda
Bihari Launda - avatar
5 Answers
0
According to the tags used, I guess you are referring to docstrings. The answer is yes. Just use the corresponding html tags. <strong> for important text <mark> for highlighted text
4th Aug 2020, 6:25 AM
Ore
Ore - avatar
0
Ore I know about html tags I was asking in python
4th Aug 2020, 7:47 AM
Bihari Launda
Bihari Launda - avatar
0
Stephan Manthey I just want to bold few texts for mark it as important. Is this possible in anyway?
4th Aug 2020, 7:49 AM
Bihari Launda
Bihari Launda - avatar
0
JUMP_LINK__&&__PythoN__&&__JUMP_LINK using markup in docstrings is acceptable and IDEs and code editors will render it appropriately.
4th Aug 2020, 8:17 AM
Ore
Ore - avatar
0
Ore any example?
4th Aug 2020, 12:31 PM
Bihari Launda
Bihari Launda - avatar