aboutsummaryrefslogtreecommitdiff
path: root/hw.py
diff options
context:
space:
mode:
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!")
+