Posts by D.rosario • 55 points
6 posts
-
0
votes2
answers666
viewsQ: Simple Java chained list position change
I have to create a method that changes position two elements into a simple chained list, but I’m having difficulties in creating this method. In this case the method receives two elements of the…
-
0
votes1
answer37
viewsQ: Heroku python file deployment failed
Good afternoon, I’m trying to deploy a python file 3.7.1 in Heroku but in the Heroku documentation states that it supports the version 3.7.2. Following error below: Error: Requested Runtime (Python…
-
-1
votes2
answers137
viewsQ: values of a Java list
Guys good night! I’m writing a code that requires a number to be multiplied by itself 200 times so well, but what I’m not getting is to print 10 values in the same line forming a total of 20 lines…
-
1
votes1
answer230
viewsQ: Store input values in Java
I need to store values with more than one entry. If a program requests 10 entries, should I store them in 10 variables? In this case the entries are of the type Int.
-
1
votes3
answers366
viewsA: Python does not return files inside a directory
Guys thanks for the help, but I fixed the problem and managed to run the script, below follows the reworked script: import os def rename_files(): list_files = os.listdir(r"diretório")…
-
1
votes3
answers366
viewsQ: Python does not return files inside a directory
Good night I am new in Python programming but I created this code using the.listdr and did not return any results of the files inside folder. If anyone has any idea how to handle it, I’d appreciate…