You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import os
os.system('color')
1
from pypsi import shell, wizard
print('\33[31mred text')
red text # is red
sh = shell.Shell( )
print('\33[31mred text')
red text # no longer red
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: