aboutsummaryrefslogtreecommitdiff
path: root/hw.py
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@live.com>2022-11-26 17:54:00 -0600
committerChristian Hodgden <chrhodgden@live.com>2022-11-26 17:54:00 -0600
commit6931ff23f35f8fdb03f516b2beb58c344caaba85 (patch)
tree9dc54ff8117d9adef2d0991678ad7a66daa81e01 /hw.py
initial commit
Diffstat (limited to 'hw.py')
-rw-r--r--hw.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw.py b/hw.py
new file mode 100644
index 0000000..003a965
--- /dev/null
+++ b/hw.py
@@ -0,0 +1,10 @@
+import random
+
+chk = random.randint(0,1)
+
+#add color for chk case.
+if chk:
+ print("heyy sexy!")
+else:
+ print("Hello World!")
+