Print 3 list side by side

前端 未结 0 845
-上瘾入骨i
-上瘾入骨i 2020-12-12 15:52

I have typed the following code for printing 2 lists side by side

a = [\'1\', \'2\', \'3\']
b = [\'4\', \'7\', \'3\']

print("options  votes")
for i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题