Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.03 KB

tools.rst

File metadata and controls

35 lines (21 loc) · 1.03 KB

Tools

How do I send an object to my friend?

Both your friend and you open an interactive interpreter. Make sure you can do from tools import *.

you do this:

step1

then give your friend the code printed:

step2

Your friend has now your object and can append something:

step3

You see this because it is your object! And you answer.

step4

Your friend is able to see those changes.

step5