Wymień brak na pusty python sznurku

def Exaple(number:int):
    if number == None:
        return ""
Programmer of empires