how do I make a variable out of another variable? PYTHON

后端 未结 0 957
执笔经年
执笔经年 2021-02-06 18:36

why wont this work?

day_3 = "yay"
question + day_3 = "it works"
print(questionyay)

so it should output "it works"

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