I have the above-mentioned error in s1="some very long string............"
s1="some very long string............"
Does anyone know what I am doing wrong?
You are not putting a " before the end of the line.
"
Use """ if you want to do this:
"""
""" a very long string ...... ....that can span multiple lines """
2.1m questions
2.1m answers
60 comments
57.0k users