<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nirab Shrestha</title>
    <description>The latest articles on DEV Community by Nirab Shrestha (@nirab_shrestha_0c0e04d4a9).</description>
    <link>https://dev.to/nirab_shrestha_0c0e04d4a9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3506581%2F27594744-dfb8-4e7f-8abc-d24c368c8811.jpg</url>
      <title>DEV Community: Nirab Shrestha</title>
      <link>https://dev.to/nirab_shrestha_0c0e04d4a9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nirab_shrestha_0c0e04d4a9"/>
    <language>en</language>
    <item>
      <title>A challange for you python devs all</title>
      <dc:creator>Nirab Shrestha</dc:creator>
      <pubDate>Tue, 16 Sep 2025 12:49:08 +0000</pubDate>
      <link>https://dev.to/nirab_shrestha_0c0e04d4a9/a-challange-for-you-python-devs-all-3abo</link>
      <guid>https://dev.to/nirab_shrestha_0c0e04d4a9/a-challange-for-you-python-devs-all-3abo</guid>
      <description>&lt;p&gt;Try to crack this code, and let's see who is correct. Try to see what these two files do.&lt;br&gt;
This is the first&lt;br&gt;
(imago.py)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;listC = lambda З: type("listC",(object,),{'__init__': lambda self, x: setattr(self, "data", x),'__call__': lambda self: list(self.data)})(З)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from imago import listC; import sys; _print=lambda *a,sep=" ",end="\n",file=None,flush=False:(f:=file or sys.stdout).write(sep.join(map(str,a))+end) or (f.flush() if flush else None); (lambda ю: (ю.ф(), _print(listC(input())())))(type("З",(object,),{'__init__':lambda self:setattr(self,'data','hello from the one liner maniac'),'ф':lambda self:_print(self.data)})())

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;the second&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
