Замените ни одного на пустую строку Python

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