0
In input we have to write print command as this
>>> print("Vikrant tej") or by this print("Vikrant tej")
1 Answer
+ 15
vikrant tej
print("Vikrant tej")
đlike this ...
the >>> is the prompt symbol ....of Python console
>>> is called a prompt, which means itâs something the computer displays to tell you itâs ready for your instructions
check out the course đ
https://www.sololearn.com/learn/Python/2270/