<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>READ A FILE AND PRINT THE COUNT OF A GIVEN CHARACTER. by ruhi seth</title>
      <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2021-08-05 06:37:20 UTC</pubDate>
      <lastBuildDate>2025-08-08 04:51:28 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Juhi Singh</title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538324862</link>
         <description><![CDATA[<p>f=open("abc.txt","r")</p><p>count=0</p><p>a=input('enter the character')</p><p>b=f.read()</p><p>for i in b: </p><p>   if i==a:</p><p>        count+=1</p><p>print(count)</p><p>f.close()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:34:22 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538324862</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538325019</link>
         <description><![CDATA[<p><strong>THE TAIJAS SAHAI</strong></p><p>a = input("Enter file name: ")</p><p>ch = input("Enter character to count: ")</p><p>fp = open(a, "r")   </p><p>st=fp.read()</p><p>count = 0</p><p>for b in st:                </p><p>        if b == ch:</p><p>            count += 1</p><p>k.close()               </p><p>print("The character", ch, "appears", count, "times.")</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:34:46 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538325019</guid>
      </item>
      <item>
         <title>Kartikey</title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538325632</link>
         <description><![CDATA[<p>fb=open("abc.txt","r")</p><p>Content=fb.read()</p><p>n=input("enter the character")</p><p>D=content.count(n)</p><p>Print(D)</p><p>Fb.close()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:36:09 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538325632</guid>
      </item>
      <item>
         <title>Swabhiman</title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538326998</link>
         <description><![CDATA[<p>a=open("abc.txt",'r')</p><p>ch=input(    )</p><p>v=a.read()           </p><p>A=v.count(ch)</p><p>print(A)</p><p>a.close()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:38:44 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538326998</guid>
      </item>
      <item>
         <title>fp=open(&quot;abc.txt&quot;,&#39;r&#39;)</title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538327527</link>
         <description><![CDATA[<p>C=fp.read()</p><p>n=input("enter the character")</p><p>d=c.count(n)</p><p>print(d)</p><p>fp.close()</p><p>By- Akanksha </p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:39:43 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538327527</guid>
      </item>
      <item>
         <title>SHREYA</title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538328174</link>
         <description><![CDATA[<p>char=input("enter char to be counted")</p><p>fp = open('abc.txt', 'r')</p><p>lst = fp.read()</p><p>count = 0</p><p>for st in lst:</p><p>    if char in st:</p><p>          count += 1</p><p>print("the character appears",count ,"times")</p><p>fp.close()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:40:43 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538328174</guid>
      </item>
      <item>
         <title>Krishna </title>
         <author></author>
         <link>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538330471</link>
         <description><![CDATA[<p>F=open("abc.txt","r")</p><p><br/></p><p>C=F.read()</p><p><br/></p><p>n=input("enter the character")</p><p><br/></p><p>D=C.count(n)</p><p><br/></p><p>Print(D)</p><p><br/></p><p>F.close()</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-08 04:43:04 UTC</pubDate>
         <guid>https://padlet.com/ruhiseth7599vns/77pbum616oex7xir/wish/3538330471</guid>
      </item>
   </channel>
</rss>
