yano_pres/prep/08iterating/q

9 lines
86 B
Plaintext

<code>
for dataset in condition:
x=dataset.getx()
y=dataset.gety()
</code>