Python - Standard Library Usage
Given a list of filenames
files = ['a.txt', 'b.txt', 'c.txt'] and a folder path folder = '/data', which code creates a list of full paths correctly?