Posts by Acneto • 61 points
6 posts
-
1
votes0
answers46
viewsQ: Array and error handling in numbers game
The game is to discover opponent’s numbers, but not lottery type, have to use reasoning to get to the correct number. The rule is to play with 4 numbers at a time without repeating on the same line.…
-
1
votes3
answers306
viewsQ: Understanding the exercise of the book Use the Java Head
I did not understand the functioning of the code below, maybe later in the book have better explanations or missed something even in the review. I will detail the points in the code itself in which…
-
1
votes1
answer1141
viewsQ: Variable with multiple lists for matrix
Good night. I have a text file where I have already converted your content to lists. Each line in the file has become a list[], but now I need these lists to be all within an array. This way I can’t…
-
0
votes2
answers371
viewsA: Batch to locate service with special character
Once I had to make a bat to configure network card, I know nothing, but I copy well hehe. I had problems with accentuation and found that you need to exchange these characters for another, follows a…
-
0
votes2
answers1691
viewsA: How to get the line of a particular Python matrix dice
I have another question, taking advantage that it is in the same file. When the user is going to choose a number, example to column 2, internally python will work column 3, I made a test with the…
python-3.xanswered Acneto 61 -
1
votes2
answers1691
viewsQ: How to get the line of a particular Python matrix dice
I need through the index of a "column" matrix to access your row completely to be able to make changes in the indexes of this row. The part of collecting the indexes I managed, but I do not know how…
python-3.xasked Acneto 61