+ 4
What is the difference between string and print?
7 Answers
+ 5
String is a data type whearas the print is used to output data on stdout usually screen
+ 3
String is a text oriented/involves alphabet code lines.but print gives the output of codes
+ 2
string is a data type, as floats, and always use "", for example "string". Print is a function and it allows to show the output of your input.
0
thank you. that makes sense!
0
String is a data type to store text formatted values
Where as print is a function to print the values provides as arguments
0
string is a data type whereas the print is a statement in idle to print anything...
string data type contains characters.
strings also contains all other things as numbers , special characters. in double or single quotes ..
0
String is a data type and print is a function that writes something on your screen?