0
In input we have to write print command as this
>>> print("Vikrant tej") or by this print("Vikrant tej")
1 Respuesta
+ 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/