Ok, this may sound really dumb, but what does the print command do? I just can’t figure it out! I feel like this should be easy but I can’t find out! In normal python, it prints on the program but what does it do here? It doesn’t print anything. So what does it do?
When you’re running the app in the IDE, it prints to the Output tab, which is handy for quick debugging output.
Both when running in the IDE and outside of it, prints will also display in the App Logs. https://anvil.works/docs/editor/app-logs
2 Likes
thank you now i get it