How to add my own key/plain text in Tutorial B5 v5?

Even on Tutorial B6 v5/

Hi, for example in this notebook, under “Capturing Traces”, see this line:
key, text = ktp.next() # manual creation of a key, text pair can be substituted here

You can assign any values you want to key and text here.

Jean-Pierre