Science Advisor
- 14,794
- 7,441
Can someone tell me what does this Python program do? 
Mentor: add html code tags
Python:
s = 's = %r\nprint(s%%s)'
print(s%s)
Mentor: add html code tags
Last edited by a moderator: