0
print function
why a print function inside another print function is not executing?
2 Respuestas
+ 2
Can you show us an example?. It worked for me if i put it like print(print('some text'))
+ 1
Oh it is and it works.
Print is a function returning None
And that's what the outer print is printing.