I am new to Python. I work with other people's code. When I don't understand something, I just do a internet search to know more about it. Yesterday I came across something like this,
r"""This is a some text that has spanned multiple
lines and my editor color syntax and highlighting
has made it a different color like a string"""
In that code, it looked like a comment. But I was intrigued and I wanted to know more about it. So I searched for r"""
in DuckDuckGo, Google, Bing and neither of them pointed it at the right place. I even tried Advanced Search and Google just added some extra quotes like this "r""""
. I only got results for the R programming language.
My question is, how does one search for term like that in a search engine?