Hidden element

Report a typo

Programming can be confusing sometimes. Read the following lines and determine what role mystery plays from the pseudocode's point of view:

function play(mystery):
    sum = 0
    fun = 0

    while mystery[fun] > len(mystery):
        sum = sum + mystery[fun] 
        fun = fun + 1
Select one option from the list
___

Create a free account to access the full topic