- 14,784
- 7,432
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: