Posts by Juliana Maria • 25 points
2 posts
-
0
votes1
answer251
viewsQ: How to use the set() function in a list of lists or in a list of tuples?
I have a list of tuples generated with the Combinations function of the itertools module: from itertools import combinations as comb A = range(x,xx) B = list(comb(A,x) I generated this list of…
python-3.xasked Juliana Maria 25 -
0
votes1
answer601
viewsQ: How to use the . replace() function in a list of lists or in a list of tuples?
I am new in programming and new here on the site. I have a problem that I can not solve and luckily you exist. I’ve tried everything in my power and I’ve almost found the solution, only it was just…
python-3.xasked Juliana Maria 25