AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: What is the output of below function when databricks video

Question 1 Be Honest
« Back   Next databricks data-engineer-associate Exam Question »
Answer

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