I want to print the series variable in bold and color it red after the user input is provided.
This is the code I am currently using...
series = console.input("Search [bold cyan]Series[/] :earth_asia:\n> ")
console.print('Searching for [bold red] $(series) [/]')
This is the actual output I see...
Search Series
> sample
Searching for $(series)
This is the output I am expecting...
Search Series
> sample
Searching for sample