Barser
public python v1 · immutable# Coded @ NoCopy Group# nocopy.wordpress.com# by ScaccoMatto [matto.scacco@gmail.com]def parse(filename, data): file = open(filename, 'rw').read().replace(' = ', ' ').split() return file[file.index(data) + 1]