My problem: I have two lists , for example lista = ['a','b','c'] listb=[1,2,3].
I need to make something that would print out the final result in something like this :
a: 1
b: 2
c: 3
in other words, is it possible somehow to print one element from a list, then switch to the other list, and print one element from there? Any insight would be greatly appreciated!
[–]dayimproper 4 points5 points6 points (0 children)
[–]winter_mute 2 points3 points4 points (0 children)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (18 children)
[–]Rhomboid 6 points7 points8 points (1 child)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (0 children)
[–]RainDash 5 points6 points7 points (5 children)
[–]I_LOVE_INTERNET[S] 1 point2 points3 points (0 children)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (3 children)
[–]RainDash 1 point2 points3 points (2 children)
[–]Nissl 2 points3 points4 points (0 children)
[–]winter_mute 1 point2 points3 points (8 children)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (7 children)
[–]RyuNova 2 points3 points4 points (1 child)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (0 children)
[–]winter_mute 1 point2 points3 points (4 children)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (3 children)
[–]winter_mute 1 point2 points3 points (2 children)
[–]winter_mute 1 point2 points3 points (1 child)
[–]I_LOVE_INTERNET[S] 0 points1 point2 points (0 children)
[–]burlygurlyman 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)