a=int(input("Unesite troznamenkasti broj")) b=bin(a) print("Vas unos je",a,"Binarni broj je", b)