I have the following code, what will be the best way to write that list into a file and read it back in the list format as it is. Any help will be appreciated.
l=[
"[ 'ARAJunkyard_Build_Branch' , 7 , 6 , 1 ]",
"[ 'ARAJunkyard_Build_Head' , 10 , 10 , 0 ]",
"[ 'ARAJunkyard_DevUnitTests_Branch' , 10 , 9 , 1 ]",
"[ 'ARAJunkyard_DevUnitTests_HEAD' , 10 , 0 , 10 ]",
"[ 'ARAJunkyard_Functional_Tests' , 7 , 2 , 5 ]"]