bold text in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

bold text in python

could someone tell me how to print bold text in python ? please??

18th Sep 2018, 8:16 PM
Mbrustler
Mbrustler - avatar
4 Answers
+ 1
You can run your python code in a console, you can integrate shell commands in your python code and you can use shell commands to print bold text. So I'm pretty sure that it's possible to write bold text with python (indirectly). However how to do it is very platform dependent
18th Sep 2018, 8:59 PM
Anna
Anna - avatar
+ 3
You can't create the text bold in Python.
18th Sep 2018, 8:24 PM
program
program - avatar
+ 1
would have been to great if that was possible thank you for telling me :)
18th Sep 2018, 8:34 PM
Mbrustler
Mbrustler - avatar
+ 1
You can decorate Text using Pythons Turtle Module.
18th Sep 2018, 9:43 PM
Sebastian Keßler
Sebastian Keßler - avatar