Код: Выделить всё
if result:
print('Access granted')
elif**:**#this_line_is_where_the_error_popped_up
print('Access denied')
else:
print('Invalid option! Please choose (l) for login or (s) for sign-up.')
Подробнее здесь: https://stackoverflow.com/questions/789 ... rrected-it