Posts by jsales1990 • 3 points
2 posts
-
-3
votes1
answer94
viewsQ: How to extract specific data from a python text file and store in a variable
Good morning, I have a text file with more than 2mil tax coupons , but I wanted to extract one by one for the value, for now my code is like this: import re txt = open("arqEspelho.txt", "r") x =…
pythonasked jsales1990 3 -
0
votes1
answer32
viewsQ: How to merge images in PHP
Guys , as I could join these 3 images in one to download it , my code is like this : <div class="imgtmn"> <?php echo "<img id='imgpos1' src='img/$cod.png' alt='' />"?></div>…