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