Python print invalid syntax help fast

后端 未结 0 2022
旧巷少年郎
旧巷少年郎 2021-02-05 15:01

L = ["hello", "good day", "hi", "see you", "ciao", "au revoir"] L.insert(0, L.pop()) print (L) list(map(len, L[2::2])

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