name = input (‘who are you ? >>’)

print(‘hello, {}’. format(name))

if name == ‘ivijan’:

print(‘ping wants to meet you’)

elif name == ‘mago’:

print(‘red bird will come, take care’)

else

print(‘no message’)