Hacker News new | ask | show | jobs
by istjohn 5618 days ago
Python (triple quotes make this too easy):

  def q(s):
      print(s+'q(""' '"'+s+'"' '"")')
  q("""def q(s):
      print(s+'q(""' '"'+s+'"' '"")')
  """)