<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>WAP with a function lenword(st) that takes a string as an
 argument and returns a tuple containing length of 
each word of a string. by ruhi seth</title>
      <link>https://padlet.com/ruhiseth7599vns/x4acamipafq8245</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2021-08-07 07:06:46 UTC</pubDate>
      <lastBuildDate>2026-05-21 05:00:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/x4acamipafq8245/wish/3921430550</link>
         <description><![CDATA[<p>def lenword(st):</p><p>    y=st.split(" ")</p><p>    l=len(y)</p><p>    s=[]</p><p>    for i in range(l):</p><p>        m=len(y[i])</p><p>        s.append(m)</p><p>    x=tuple(s)</p><p>    print(x)</p><p>z=input("give a string-")</p><p>lenword(z)    </p><p>        </p><p>-suryanshu</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-20 05:04:48 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/x4acamipafq8245/wish/3921430550</guid>
      </item>
      <item>
         <title>shriyanka</title>
         <author>shriyankajenaa</author>
         <link>https://padlet.com/ruhiseth7599vns/x4acamipafq8245/wish/3921436073</link>
         <description><![CDATA[<p>def lenword(st):</p><p>       S=[]</p><p>       word= st.split()</p><p>       for i in range(len(word)):</p><p>           L= len(i)</p><p>            S.sppend(L)</p><p>        Final= tuple(S)</p><p>        return Final</p><p><br/></p><p>arg= eval(input("Enter a multi word string:--")</p><p>lenword(arg)</p><p>       </p><p>     </p>]]></description>
         <enclosure url="" />
         <pubDate>2026-05-20 05:07:54 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/x4acamipafq8245/wish/3921436073</guid>
      </item>
   </channel>
</rss>
