help - how to get vertices location

hello everybody I’m working on a script and I need to know how to get a vertex location , I had a headache lookin in the blender bpy context section and data section but I couldnt find it , the only thing I can get is the object location
so I would be so thankful if any one help’s me ! :spin:

bpy.context.object.data.vertices[0].co
bpy.data.objects[‘Cube’].data.vertices[0].co

thanks Bashi , I dont know why they make a “co” , insted of “location” , it so annoying , I saw it on the consols list but I had not idea it was it , thanks again