You are on page 1of 1

def greeting() ;

time = eval(input("isikan jam:")


if time >=6 and time <10
return("Selamt Pagi")
elseif time >=10 ad time <15 :
return("Selamt Siang")
elseif time >=15 ad time <18 :
return("Selamt Sore")
else :
return("Selamt Malam")

You might also like