fork download
  1. from termcolor import colored
  2. row_visual = f"{colored('4', 'yellow')}|"
  3. print(row_visual)
  4.  
Success #stdin #stdout 0.19s 16940KB
stdin
Standard input is empty
stdout
4|