标签: python python-3.x pygame
对于我在python中的游戏,我需要为两个连接的点的每种组合制作一个变量。我想知道我是否可以使用函数来做到这一点。
示例:
变量:line_1,line_2,line_3,line_4
line_1
line_2
line_3
line_4
def lines(): # ?