Question 41

What is the expected output of the following code if there is no file named non existing_file inside the working directory?
  • Question 42

    What is the output of the following piece of code?
  • Question 43

    What is the expected output of the following code?
    def foo(x,y,z):
    return x(y) - x(z)
    print{f00(lambda x: x % 2, 2, 1) )
  • Question 44

    If you want to transform a string into a list of words, what invocation would you use? (Select two answers) Expected output:
  • Question 45

    Which of the following statements are true? (Select two answers)