#!/usr/bin/python3 d = {'aaa': 'bbb'} print('Podaj nazwe użytkownika') u = input() print('Podaj haslo') h = input() print( u in d and h == d[u] )