I would like for the entire text that pops up when you use the help() function to be affected by the color code that I used, but instead when I run the script the only part that is affected by said color code is a "None" text below the help() result
print(f'\033[34m {help("for")} \033[m')
This is the single line of code and how it looks in the terminal