Try this and show me the all code . I will be at laptop tomorrow. Here is night now
Читать полностью…Starts app, get tag Bob and save it inside a variable..now you have a list of payments. Add the new one with the add block, save the new list in the tag Bob . It will replace the old list
Читать полностью…I want to write a program. For example, I am your student and I have to pay you $100 every month. My name is Bob. When I pay the fee each month, it should be recorded, and to show how many months of tuition fees I have paid, display it. With this method, it only shows the last payment.
Читать полностью…Queste liste da dove arrivano , perché non aggiorni direttamente il valore invece di salvare e poi cercare per modificare ?
Читать полностью…Buonasera a tutti 🙌🏽 Sto riscontrando qualche difficoltà nel creare un sistema che mi permetta di aggiungere le liste contenute all'interno della lista "tot_list" che abbiamo sullo stesso INDEX1.
allego un esempio:
tot_list = [["A","5"],
["C","4"],
["B","1"],
["A","3"],
["D","7"],
["C","2"]]
filtra_tot_list = [["A","8"],
["B","1"],
["C","6"],
["D","7"]]
Non so se dovrei lavorare con la funzione TinyDB o DIZIONARI.
Grazie in anticipo per il vostro aiuto. Rimango a vostra disposizione in caso di ulteriori informazioni.
(con AI2)
Ok , the easy way is to get the tag and save it in a variable . Then manage the variable and only at the end save inside the tag. Example
Читать полностью…👍🏻 in this way you will have one list with two elements, you can add more elements in the same list.
Читать полностью…