Posts by feecarvalho • 3 points
2 posts
-
0
votes1
answer118
viewsQ: Attributeerror- Sqlalchemy Flask
'str' Object has no attribute 'contains' I am trying to create a query using Flask-Sqlalchemy Flask should return me a list of books according to the user’s search. It selects 4 search options and…
-
0
votes2
answers129
viewsQ: PYTHON formatting
can give me a hint on how to print the following problem in the correct way? while True: m = int(input()) mlen = m sm = 1 aux = 1 matriz = [] if m == 0: print() break for i in range(m): linha = []…
pythonasked feecarvalho 3