I am new to python and essentially trying to figure out the syntax that replicates this functionality: strings = ["foo", "bar", "apple"] with something similar to strings = [foo, bar, apple] so that I don’t have to put quotes around all the entries. Thanks!
I am new to python and essentially trying to figure out the syntax that
Share
1 Answer