Posts by Talles Matos • 83 points
2 posts
-
2
votes2
answers172
viewsQ: Intersection between lists without repeating elements
I have to make a code that reads two strings of numbers, convert them into int, store in a list and print list A (first string numbers), list B (second string numbers) and list C (common numbers in…
-
5
votes3
answers195
viewsQ: List without negative number
The exercise is as follows: a program that reads the values and separates them into a list of pairs or odd numbers. The count only stops when a negative number comes (which should not be on the…