Q65.Let `X.Word` be "thinking". At the end of execution of the following pseudocode, what will be the value of `length(keys(alphaDict))`?
```
alphabet = {'t': 2, 'e': 1, 'w': 1}
alphaDict = updateDict(X, alphabet)
```@passage
Save
Read
Check
Details
Q65
20 Nov 2022
Q65.Let `X.Word` be "thinking". At the end of execution of the following pseudocode, what will be the value of `length(keys(alphaDict))`?
```
alphabet = {'t': 2, 'e': 1, 'w': 1}
alphaDict = updateDict(X, alphabet)
```@passage