# Parameter Default Value A [[parameter]] default value is an [[expression]] that are computed when the [[function]] is [[Definition|defined]]. ```python def spam(bacon=None, eggs="ham", carrot=42+145): print(bacon, eggs, carrot) ``` --- Bibliography: - [Title - website.com](need bibliography)