Strings are immutable: their value cannot be changed after they are created. When created using String s = "something" they are stored in a special pool in which the same string is stored only once. / ...
python3 shared_strings_builder.py --index "Revenue" "Cost" "Gross Profit" python3 shared_strings_builder.py --index --file strings.txt ...