Re: My first program doesn't seem to do anything -- followup
Cameron Simpson <[email protected]> Mon, 29 Apr 2024 07:08:48 +1000
| Newsgroups | gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
On 28Apr2024 11:14, [email protected] <[email protected]> wrote: >in Visual Studio Code. After finally getting it error-free, I ran it >but no >window opens. Nothing seems to happen. Please advise. Here's the program. You define the display_images(folder_path) function but you never call it. So it never runs. _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor