Skip to content

Commit 28cc852

Browse files
author
dodo
committed
kleinere Änderung
1 parent edf4909 commit 28cc852

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Level_06/color.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# huepy muss vorher installiert werden.
44
import huepy
55

6+
print(huepy.bold(huepy.red("red and bold")))
7+
68
print(huepy.run("Starte..."))
79
print(huepy.info("Info!!"))
810
print(huepy.bad("Schlecht!"))
@@ -14,3 +16,4 @@
1416

1517
for x in tqdm(range(5000000), desc=huepy.run("Dinge")):
1618
pass
19+

0 commit comments

Comments
 (0)