+ 1
What is the meaning of this sign <<<
3 Answers
+ 4
I m not sure about the thing you talking about. But it could be the symbol in python interpreter which asking commands(>>) or the left shift operator(<<)
https://www.sololearn.com/learn/4087/?ref=app
+ 3
Python
If you mean >>> in Python lesson
It is used to denoted the cause-and-result relationship of scripts and output.
If you are not referring to this, please share with us where you see this so we can examine and answer you accordingly.
+ 1
In the oython console it is the sign for input
Ex.
yee@yee $ ~ python3
>>> print("hello")
hello