+ 3
print is a function or method according to the context and string is an object or primitive according to the programming language. Basically the first "type" (functions) computes data, it acts on variables. The second "type" (string) stores data, it is a variable.
4th Apr 2019, 11:50 PM
Matteo Carotta
Matteo Carotta - avatar