Science Advisor
- 14,860
- 7,543
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: