Posts by Hebert • 15 points
2 posts
-
1
votes2
answers690
viewsQ: Submit form in python
I’m trying to submit a form on the website https://www.loskatchorros.com.br/ucp/login.php ,but I’ve searched several ways here on stackoverflow how to submit a form, and found no way to solve this…
-
0
votes1
answer111
viewsQ: Find set of numbers in a list that together add up to X
I need to do a program where I have a list of numbers (1571.48 | 327.53 | 286.60 | 349.50 | 517.67 | 247.00 | 882.73 | 274.00 | 237.50 | 301.00 | 973.50 | 288.75 | 347.50 | 326.81) And I need to…