name = input (‘the name was >>’)
if name == ‘ivijan’:
print (‘hello, {}’.format(name))
else:
print(‘you are not user’)
suicide_core()
name = input (‘the name was >>’)
if name == ‘ivijan’:
print (‘hello, {}’.format(name))
else:
print(‘you are not user’)
suicide_core()
コメントを残す