def myFunc(King): print("The characters name is " + King.name + " and age is " + King.age)
如何将 int 链接到字符串?
python python-3.x
python ×1
python-3.x ×1