a=int(input("Unesite 0 ili 1")) b=int(input("Unesite 0 ili 1")) if a and b == True: print("True") else: print("False")