Then image $i$ can be coverted to a PIL.Image and saved with its `save` method
```python
image=Image.fromarray(images[i])
image.save('image_{}.png'.format(i))
```
### Interactive
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.