I am currently on Chapter 22, of "The Elementary Intro To Wolfram Language" in Wolfram University Under question 22.3 of the exercise;
Question: Make a table of image identifications for an image of a tiger, blurred by an amount from 1 to 5.
no matter what I put the output there, even if it is right, the wolfram exercise is marking it wrong, the outputs are as follows:
Table[ImageIdentify[Blur[ input picture of tiger, ],r]],{r,5}]
ImageIdentify[{ input 5 pictures from blur of a tiger }]
Table[ImageIdentify[Blur[ input tiger pic, n]], {n, 5}]
Due to this, I am unable to pass the exercise and I am stuck on the last question.
Attachments: