usf = input('Wprowadź numer piętra w zapisie amerykańskim: ') wf = int(usf) - 1 print('Numer piętra w zapisie nieamerykańskim to', wf)