how to make the code cleaner? (reset variables)

后端 未结 0 601
隐瞒了意图╮
隐瞒了意图╮ 2020-12-18 05:18
word = "hello"
string = word[0] + "_ _" + word[-1]
l1 = [1, 2, 3, 4]
l2 = [5,6,7,8]
n = 10

I want to reinitialize the variables

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