5 lines
75 B
Python
5 lines
75 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
for i in range(0, 5):
|
||
|
print("\033[91mHello World!")
|