[Tutor] Printing Bold Text

Adam Slowley adam_slow at hotmail.com
Fri Jan 31 13:30:48 EST 2020


So I’m a beginner, learning Python for the first time so this might be a dumb question but here goes. I’m trying to print a text in bold. For example:

def main():
    name=input("Enter your name:")
    print("You entered for name a value of",name)

I want whatever the user inputs as his/her name to be printed in Bold



More information about the Tutor mailing list