Brocklesner102 Brocklesner102 22-07-2024 Computers and Technology Answered Fill in the blank: In the following code, the integers 5 and 12 are _____.for i in range (5,12) : print(i) O Arguments O Return statements O Functions O Parameters