Posts by Allan Rocha Pereira • 23 points
2 posts
- 
		0 votes2 answers107 viewsA: Save manipulated audio files keeping the original nameOr also you could create a directory inside the main folder to store the analyzed files and then save the file already in the final extension in that folder. I’d just need to add one… 
- 
		2 votes1 answer70 viewsQ: Problem using time and printthe following code does not work as expected using Python 3.5 import time for letter in "Hello World!!": print(letter, end="") time.sleep(.5) Instead of printing each letter with a short interval of… python-3.xasked Allan Rocha Pereira 23