# -*- coding:utf-8 -*- def func(n): name = "results" + n return name a = func("6") print(a)