0
Print over Literals
Why is it necessary to use the print() function over just using a literal? Im new to all this lol
1 Answer
0
A literal is just a value - it gets evaluated, but it does NOT get displayed.
This might help:
https://code.sololearn.com/cuoK5kxA1f43/?ref=app