username = raw_input('Username: ') password = raw_input('Password: ') if not username and password: ...