+ 1
A print and variable question on python
Hello, when i print anything that is not in a variable inside the function. Does it converts it to a variable? E.g. If i print print("Hello World") Hello World prints as a string, it's not like a new variable is created and then printed, right?
4 Respostas