Posts by ZzLucas • 11 points
3 posts
-
0
votes0
answers14
viewsQ: The dt_drive column will have the default value as the system date
I have a script in oracle that inside a table called "move" there is a column called "dt_move" and inside this column there is the DATE value i would like to change this value to the date of the…
-
-2
votes3
answers347
viewsQ: Create list with the sum of consecutive equal numbers
That’s my structure, but the if, elif and even the else (although not in the code), they are not working. The code is printing several lines as if they were if'separate s and the function has to add…
-
-3
votes1
answer76
viewsQ: am I new to the programming will you help me?
would like the result of Ifs to enter directly into the variable (Lista2) and to be printed all example numbers [1,3,2,5,5,7,8]. My code so far: lista = [] lista2 = [] while len(lista)+1 <= 7:…