1 line
72 B
Python
1 line
72 B
Python
def changePassword(principal: str, current: str, new: str) -> bool: ...
|
def changePassword(principal: str, current: str, new: str) -> bool: ...
|