Posts by Mark • 27 points
2 posts
-
0
votes3
answers228
viewsQ: Compare two lists in python and return matches
How to compare (old-fashioned) 2 lists in python and return the matches of these two lists
-
-1
votes1
answer72
viewsQ: Pick up value typed using Javascript
Hello! I would like to take value typed on the 1st page and present it in a 2nd html page using Javascript. I just get the value to appear on the same page. <input type="text" id="cidade" />…