Video upload date:  · Duration: PT1H46M27S  · Language: EN

What is the output of below function when databricks video

data-engineer-associate video for what is the output of below function when executed with input parameters 1, 3 : def check_input ( x , y ): if x y : x = x + 1

This is a dedicated watch page for a single video.

Full Certification Question

What is the output of below function when executed with input parameters 1, 3 : def check_input ( x , y ): if x y : x = x + 1 if x < y : x = x + 1 return x