Skip to content

Commit 3181f4a

Browse files
authored
Add files via upload
1 parent 2fb6bcc commit 3181f4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

1.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
print("Привет! Добро пожаловать! 👋")
2+
from colorama import Fore, Back, Style, init
3+
4+
init(autoreset=True) # Autoreset tähendab, et pärast iga väljundit värv taastatakse.
5+
6+
print(Fore.RED + "See tekst on punane!")
7+
print(Back.GREEN + "See tekst on rohelise taustaga!")
8+
print(Style.BRIGHT + "See tekst on heledam!")
9+
print(Fore.YELLOW + Style.BRIGHT + "Kollane ja ere!")

0 commit comments

Comments
 (0)