Ask a New Question
Search
Asked by
Fwrhi
what is the output of this program? temp=[89, 91,88,99] print(mini(tempo))
A.88
B.2
C.3
D.99
Answers
Human Answers
2
AI Answers
0
Answered by
Link
Either A, B or C
Answered by
Bashar
Or d lol
There are no AI answers yet. The ability to request AI answers is coming soon!
Related Questions
Related Questions
2
What is the output of this program? let weather = "sunny"; if (weather == "rain") { doc...
What is the output of this program?name = "Wonder Woman"print(name.lower())(1 point)ResponsesWonder...