SyntaxFix
Write A Post
Hire A Developer
Questions
It's simple
y = [['vegas','London'],['US','UK']] for x in y: for a in x: print(a)