name = input (‘the name was >>’)

if name == ‘ivijan’:

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

else:

print(‘you are not user’)

suicide_core()