Posts by Guilherme Völker • 11 points
2 posts
-
0
votes0
answers54
viewsQ: list index out of range, reading data and saving a variable
Hello! I need to read a data that is in a list at position 13 and is repeated every 15 values. Using the following code I receive error message: for i in range(0,len(dado),15): lat = texto.pop(13+i)…
-
1
votes0
answers94
viewsQ: the program is printing memory junk, where would be the error?
/* Make a program that receives two integer values, one of lower limit and the other of upper limit. Its function must print all values in the closed range defined. */ int main() { int max, min, n;…
casked Guilherme Völker 11