Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04bd2a

Browse files
authored
Create test.py
1 parent 9690db2 commit a04bd2a

File tree

1 file changed

+4
-0
lines changed
  • s390x/test/3.9/alpine3.12/runs-python-programs

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from colors import *
2+
3+
print(color("Success! This Python program is running on the quay.io/ibmz/python image!", fg='green'))
4+
print(color("Test Complete. Terminating program...", fg='green'))

0 commit comments

Comments
 (0)