Posts by whillian • 1 point
3 posts
-
-1
votes1
answer110
views -
2
votes2
answers128
viewsQ: How to display a list always sorted as new items are inserted
I am trying to implement a list, in which, each number typed is inserted and counted in sequence, as in the example below: lista = ['0'] while True: ean = input('digite aqui: ' ) lista.append(ean)…
-
-2
votes2
answers1217
viewsQ: Problems with Notice error: Undefined Property: stdClass:
Hello I’m new in IT and I’m developing an API pro Tiny that makes a query of tax notes but I’m having a problem showing these formatted results, I created a foreach which aimed to select only the…