Adult watching and not watching code
a = 'hello '
b = (a.upper())
name = input('enter your name ')
print ('hello .......'+name)
gander = input('your gander ....\nman .......woman..')
print ('ok.........'+gander)
age = int(input('enter your age .........\n'))
print ('ok your age is .......... ',age)
if age>=18:
print (a+name + ' you can watching this sex ')
else:
print (a+name+' do not watching this sex ')
Comments
Post a Comment