0
What does print means by hard copy or what
What kind of print how can I use print in python
3 Respostas
+ 2
print means just to show the text that you have put in the parenthesis...
+ 2
One more example,
hello = "My name is Namit Jain..."
print(hello)
Output: My name is Namit Jain...
+ 1
You are at the very beginning of python lesson.
Go on a bit and it will become clear.