Sobes.tech
Junior — Senior

What will the nested call to the print function output

livecode

Task condition

In this fragment, a nested call to the print function is used. What will be the result displayed in the standard output? Choose one of the options.

Options:

  • beegeek
  • beegeek None
  • beegeek beegeek
  • error
  • print('beegeek')
s = 'python'
print(print('beegeek'))