Posts by Bernardo Cecchetto • 21 points
2 posts
-
-4
votes2
answers63
viewsQ: Not all arguments were converted during string formatting. What does that mean?
f=open("arquivo.txt", 'w') I’m making a code to plot a Gaussian on the random walker (Statistical Mechanic) and is giving this error when saving in the file my "Count". That is the code: for j in…
pythonasked Bernardo Cecchetto 21 -
2
votes3
answers108
viewsQ: How to write a large amount of values per line in Python file?
I have a physical simulation code that I deal with LOTS OF INFORMATION and lots of interactions. For example, I have the calculation of the Qt load, however, it is 100 interactions and I am working…
pythonasked Bernardo Cecchetto 21