User manual

Prinng mulple elements on a single line in SNAPpy produces a slightly different output from how the output
appears when printed from Python. Python inserts a space between elements, where SNAPpy does not.
SNAPpy also imposes some restricons on the prinng of nested tuples. You may nest tuples; however prinng
of nested tuples will be limited to three layers deep. The following tuple:
(1,'A',(2,'b',(3,'Gamma',(4,'Ansuz'))))
will print as:
(1,'A',(2,'b',(3,'Gamma',(...
SNAPpy also handles string representaons of tuples in a slightly different way from Python. Python inserts a
space aer the comma between items in a tuple, while SNAPpy does not pad with spaces, in order to make
beer use of its limited string-processing space.
16 SNAP® Network Operang System