Blender Python Set Object Emplacement

bpy.data.objects["name"].location = (2, 2, 1)
HotFlow