change line align
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
def rprint(*args, color='blue', sep=' ', end='\n', flush=False):
|
||||
|
||||
palette = ['black', 'red', 'green', 'yellow',
|
||||
'blue', 'magenta', 'cyan', 'white']
|
||||
'blue', 'magenta', 'cyan', 'white']
|
||||
color = f'\033[3{palette.index(color)}m'
|
||||
RESET = "\033[0m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user