4 תשובות
כן בהחלט זה יכול להוסיף לנראות אבל מבחינת הקוד זה לא ישפר ציון בתחרות אבל אני הייתי בהחלט מעצב את הטקסט בצבע או בגופן שונה מהרגיל!.
שואל השאלה:
תודה, אבל איזה קודים אני צריכה בשביל זה?..
תודה, אבל איזה קודים אני צריכה בשביל זה?..
אנונימית
הנה כמה דוגמאות
print(colored('blue text','red'))
cprint('red background','grey','on_red')
print(colored('bold text',attrs=['bold']))
print(colored('bold text',attrs=['underline']))
print(colored('bold text',attrs=['reverse']))
print(colored('blue text','red'))
cprint('red background','grey','on_red')
print(colored('bold text',attrs=['bold']))
print(colored('bold text',attrs=['underline']))
print(colored('bold text',attrs=['reverse']))
שואל השאלה:
תודה!!!
תודה!!!
אנונימית
באותו הנושא: