Update jimm.py

This commit is contained in:
2024-10-14 20:06:20 -04:00
parent 09d445c889
commit dacad7c19c

View File

@@ -1,3 +1,7 @@
globals().update({color: lambda text, ansi=91+i: f'\x1b[{ansi}m{text}\x1b[0m'
for i, color in enumerate('red green yellow blue magenta cyan'.split())})
print(red('hello'), green('world'))
'sync'
def Sync():
import os, sys, asyncio, functools