Netbyzz
#CODE = #B018 #Python features text='Netbyzz' print(f'{text:-<20}') print(f'{text:=^20}') print(f'{text:_>20}') input()