Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9690db2 commit a04bd2aCopy full SHA for a04bd2a
s390x/test/3.9/alpine3.12/runs-python-programs/test.py
@@ -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