3 Answers
+ 7
No, because Python doesn't have any visual output without some specific modules.
+ 8
Every Python installation comes with a Standard Library. One of the available modules there is tkinter, with its PhotoImage class for handling and displaying image files.
So it's not exactly "without using any module", but you should have no problem with this in almost every Python environment.
+ 2
yep. cool ascii graphics like in the 80s!:)