notebook.community
Edit and run
In [1]: from termcolor import colored print colored('hello', 'red'), colored('world', 'green') print colored("hello red world", 'red')
from termcolor import colored print colored('hello', 'red'), colored('world', 'green') print colored("hello red world", 'red')
File "<ipython-input-1-b0dd7d794217>", line 2 print colored('hello', 'red'), colored('world', 'green') ^ SyntaxError: invalid syntax
In [ ]: