+ 2

In python there is a print tag but what is it for?

Plz comment below

22nd Apr 2020, 8:19 AM
Internet Master (Moh-ali)
Internet Master (Moh-ali) - avatar
3 Answers
+ 2
Btw it's not a tag, it's referred to as a function, and it is used to print a string, the value of a variable, etc..... Hope it helps 😊
22nd Apr 2020, 8:24 AM
Ayush Dwivedi
Ayush Dwivedi - avatar
+ 2
print is a predefined method/function in python which prints anything inside it. Ex- a="Hali" print (a) Output- Hali
22nd Apr 2020, 2:29 PM
Mohd Aadil
Mohd Aadil - avatar