Aug-26-2018, 07:12 PM
Hi,
my question is the following.
can we change the value of some information in a multiline string?
I tested the format but it does not work.
my question is the following.
can we change the value of some information in a multiline string?
I tested the format but it does not work.
self._values = """
{
"email": "{VALUE CHANGE}",
"password": "{Value Change}"
}
"""Thank you
