How the Seems parser reads one line
if
ticket.amount > 500
and
ticket.text
asks
for a refund
:
Python answers this exactly
expression → state
judgment verb
English → question
__seems__.
noul('asks'
, (
ticket.text
),
'ticket.text'
,
'for a refund'
)
← Back
Next →
Replay