Posts by Yves Romeiro • 23 points
1 post
-
2
votes1
answer743
viewsQ: How to return multiple values in a python function?
I am developing an API in Python FLASK and need to show the result of a SELECT that I made via SQL ALCHEMY. But when I use return he just comes back the first ROW of SELECT. The funny thing is that…