aboutsummaryrefslogtreecommitdiff
path: root/hw.py
blob: 003a9652461bf13168c13734c9a8908ed05b38df (plain)
1
2
3
4
5
6
7
8
9
10
import random

chk = random.randint(0,1)

#add color for chk case.
if chk:
	print("heyy sexy!")
else:
	print("Hello World!")