Correct revenue retrieval challenge (#5471)
parent
062d286c23
commit
2be14cab3e
|
@ -27,5 +27,5 @@
|
|||
"side_effects": []
|
||||
},
|
||||
"name": "RevenueRetrieval",
|
||||
"task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
|
||||
"task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
|
||||
}
|
||||
|
|
|
@ -42,5 +42,5 @@
|
|||
]
|
||||
},
|
||||
"name": "RevenueRetrieval2",
|
||||
"task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
|
||||
"task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue