9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
|
<code>
|
||
|
|
||
|
for dataset in condition:
|
||
|
x=dataset.getx()
|
||
|
y=dataset.gety()
|
||
|
|
||
|
|
||
|
</code>
|