yano_pres/prep/08iterating/q

9 lines
86 B
Plaintext
Raw Normal View History

2022-05-23 18:49:15 +02:00
<code>
for dataset in condition:
x=dataset.getx()
y=dataset.gety()
</code>