File size: 754 Bytes
246d201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Task
You are a brilliant mathematician and programmer. You've been given the following problem to solve:

`{{ state.inputs.task }}`

Please write a python script that solves this problem, and prints the answer to stdout.
ONLY print the answer to stdout, nothing else.
You should then run the python script with `python3`,
and call the `finish` action with `outputs.answer` set to the answer.

## History
{{ instructions.history_truncated }}

{{ history_to_json(state.history, max_events=20) }}

If the last item in the history is an error, you should try to fix it.

## Available Actions
{{ instructions.actions.write }}
{{ instructions.actions.run }}
{{ instructions.actions.finish }}

## Format
{{ instructions.format.action }}