What is the meaning of this sign <<< | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the meaning of this sign <<<

28th Dec 2018, 1:31 PM
Asante Dickson
Asante Dickson - avatar
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
28th Dec 2018, 1:52 PM
Seniru
Seniru - avatar
+ 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.
28th Dec 2018, 2:47 PM
Gordon
Gordon - avatar
+ 1
In the oython console it is the sign for input Ex. yee@yee $ ~ python3 >>> print("hello") hello
28th Dec 2018, 1:42 PM
Paul Grasser
Paul Grasser - avatar