Select the correct function#

Part 1#

Given the following function,

def quote({{ params_vars_variable }}):
   print({{ params.vars.is_f_string }}"{{ params.vars.first_text }} {{ params.vars.second_text }}")

Which of the options below will produce the following output:

"{{ params.vars.quote_text }}"

Answer Section#

  • quote(ā€œThe early birdā€)

  • None of the listed options

  • def quote(ā€œThe early birdā€)

  • quote(The early bird)

  • quote()

Attribution#

Problem is licensed under the CC-BY-NC-SA 4.0 license.
The Creative Commons 4.0 license requiring attribution-BY, non-commercial-NC, and share-alike-SA license.