<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>군위고 의견 나눔 by online2 dg</title>
      <link>https://padlet.com/dgonline1/41fyeooijh9lzxka</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-02 06:45:05 UTC</pubDate>
      <lastBuildDate>2025-05-28 07:50:59 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>이상윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392306939</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    w=price/100*90
    print(w)
else:
    print(price)</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:47:19 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392306939</guid>
      </item>
      <item>
         <title>이하랑</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392307076</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int (input("나이를 입력하세요:"))
if age&lt;20:
    W=price/100*90
    print(W)
else:
    print(price)</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:47:25 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392307076</guid>
      </item>
      <item>
         <title>김재윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392307165</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print(price*0.9)
else:
    print(price)
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:47:30 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392307165</guid>
      </item>
      <item>
         <title>3219허준서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308044</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))

if age&lt;20:
     print("2700")
else:
     print("3000")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:48:05 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308044</guid>
      </item>
      <item>
         <title>3306 김영환</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308181</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
  print("2700")
else:
  print("3000")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:48:11 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308181</guid>
      </item>
      <item>
         <title>양희강</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308432</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print("2700")
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:48:19 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308432</guid>
      </item>
      <item>
         <title>김영서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308903</link>
         <description><![CDATA[<pre><code class="language-notebook-python"># [실습2] 코드를 완성하고 실행해보자.
price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print(3000*0.90)
else:
    print(3000)
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:48:36 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392308903</guid>
      </item>
      <item>
         <title>3420 제서연</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392309902</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print('2700')
else:
    print('3000')
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:49:16 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392309902</guid>
      </item>
      <item>
         <title>2121조효리</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311117</link>
         <description><![CDATA[<pre><code class="language-notebook-python"># [실습2] 코드를 완성하고 실행해보자.
price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print("2700")
else:
    print("3000")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:50:10 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311117</guid>
      </item>
      <item>
         <title>양희강</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311354</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
    print("2700")
else:
    print("3000")
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:50:20 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311354</guid>
      </item>
      <item>
         <title>박준현</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311997</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
  print(price*0.9)
else:
  print(price)</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:50:46 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392311997</guid>
      </item>
      <item>
         <title>3221홍예서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392312182</link>
         <description><![CDATA[<pre><code class="language-notebook-python">price=3000
age=int(input("나이를 입력하세요:"))
if age&lt;20:
  print("2700")
  else:
    print("3000")
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 06:50:53 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392312182</guid>
      </item>
      <item>
         <title>김재윤 오답</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392356534</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
m=(kor*mat*eng)/3
grade=""
if m&gt;=90:
    grade=="A"
elif 90&gt;m&gt;=80:
    grade=="B"
elif 80&gt;m&gt;=70:
    grade=="C"
else:
    grade=="D"

print("당신의 등급은",grade, "입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 07:24:15 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392356534</guid>
      </item>
      <item>
         <title>3306 김영환</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392360188</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
grade=""
if (kor+mat+eng)/3&gt;=90:
  grade="A"
elif (kor+mat+eng)/3&gt;=80:
  grade="B"
elif (kor+mat+eng)/3&gt;=70:
  grade="C"
else:
  grade="D"
#print("당신의 등급은",grade,"입니다")
print(f"당신의 등급은 {grade}입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 07:27:26 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3392360188</guid>
      </item>
      <item>
         <title>3206  박준현</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402075105</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
e=""
a=(kor+mat+eng)/3
if a&gt;89:
    e="A등급"
elif 79&lt;a&lt;90:
    e="B등급"
elif 69&lt;a&lt;80:
    e="C등급"
else:
    e="D등급"

print("당신의 등급은",e, "입니다")

</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 05:49:40 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402075105</guid>
      </item>
      <item>
         <title> 이상윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402076507</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
p= (kor+mat+eng)/3
grade=p
if p&gt;=90:
    grade=("A")
elif p&gt;=80:
    grade=("B")
elif p&gt;=70:
    grade=("C")
else :
    grade=("재수")
print("당신의 등급은",grade, "입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 05:50:45 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402076507</guid>
      </item>
      <item>
         <title>김재윤 수정</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402077250</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
m=(kor+mat+eng)/3
grade=""
if m&gt;=90:
    grade="A"
elif 90&gt;m&gt;=80:
    grade="B"
elif 80&gt;m&gt;=70:
    grade="C"
else:
    grade="D"

print("당신의 등급은",grade, "입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 05:51:17 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402077250</guid>
      </item>
      <item>
         <title>이하랑</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402082522</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
m= (kor+mat+eng)/3
grade=p
if m&gt;=90:
    grade=("A")
elif m&gt;=80:
    grade=("B")
elif m&gt;=70:
    grade=("C")
else :
    grade=("D")
print("당신의 등급은",grade, "입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 05:54:50 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402082522</guid>
      </item>
      <item>
         <title>3219 허준서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402085052</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
a=(kor+mat+eng)/3
if a&gt;89:
    print("A등급")
elif a&gt;79:
    print("B등급")
elif a&gt;69:
    print("C등급")
else:
    print("당신의 등급은 D입니다")

</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 05:56:08 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402085052</guid>
      </item>
      <item>
         <title>이상윤 (수정)</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402099282</link>
         <description><![CDATA[<pre><code class="language-notebook-python">kor=int(input("국어점수를 입력하세요:"))
mat=int(input("수학점수를 입력하세요:"))
eng=int(input("영어점수를 입력하세요:"))
p= (kor+mat+eng)/3
if p&gt;=90:
    grade=("A")
elif p&gt;=80:
    grade=("B")
elif p&gt;=70:
    grade=("C")
else :
    grade=("재수")
print("당신의 등급은",grade, "입니다")</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-09 06:05:40 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3402099282</guid>
      </item>
      <item>
         <title>김기화</title>
         <author>online25</author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460723962</link>
         <description><![CDATA[<p>주제: 명함관리 프로그램</p><p>키: 이름</p><p>값: [전화번호, 회사명, 주소]</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:08:58 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460723962</guid>
      </item>
      <item>
         <title>김지영</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460740141</link>
         <description><![CDATA[<p>교과성적관리 프로그램</p><p>키 : 이름</p><p>값 : 성적 및 과목</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:17:05 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460740141</guid>
      </item>
      <item>
         <title>허준서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460741802</link>
         <description><![CDATA[<p><br/></p><p><strong>학생 출석부 프로그램</strong></p><p>키: 학생 이름</p><p>값: 출석 여부</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:17:53 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460741802</guid>
      </item>
      <item>
         <title>박준현</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460742684</link>
         <description><![CDATA[<p>주제: 나라별 수학의 발전</p><p>키: 나라 이름</p><p>값: [그 나라의 유명한 수학자, 발명된 개념]</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:18:22 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460742684</guid>
      </item>
      <item>
         <title>김영서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460743775</link>
         <description><![CDATA[<p>주제: 맛집 전화번호관리 프로그램</p><p>키: 맛집 이름</p><p>값:[전화번호]</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:19:03 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460743775</guid>
      </item>
      <item>
         <title>양희강</title>
         <author>a01085360224</author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460745162</link>
         <description><![CDATA[<p>주제: 학생 관리 프로그램</p><p>키: 학생 이름</p><p>값: 학반번호</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:19:45 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460745162</guid>
      </item>
      <item>
         <title>김영환</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460746935</link>
         <description><![CDATA[<p>주제: 국제단위계 사전 프로그램</p><p>키: 명칭</p><p>값: 기호</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:20:26 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460746935</guid>
      </item>
      <item>
         <title>이하랑</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460747102</link>
         <description><![CDATA[<p>국가 정보 검색기</p><p>키: 나라 이름</p><p>값: 인구수, 수도, 언어, 관광 명소</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:20:33 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460747102</guid>
      </item>
      <item>
         <title>조효리</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460747403</link>
         <description><![CDATA[<p>단어장 프로그램</p><p>키: (예시) apple</p><p>값: (예시) 사과</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:20:41 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460747403</guid>
      </item>
      <item>
         <title>2105 김은진</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460748016</link>
         <description><![CDATA[<p>주제: 급식 만족도 조사 프로그램</p><p>키: 날짜</p><p>값: 메뉴, 만족도(1~5점), 의견</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:20:58 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460748016</guid>
      </item>
      <item>
         <title>제서연</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460756522</link>
         <description><![CDATA[<p>도서 대출 현황 관리 프로그램</p><p>키:학생 이름</p><p>값:학생별 대출 현황(연체 여부)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:25:27 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460756522</guid>
      </item>
      <item>
         <title>김재윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460757121</link>
         <description><![CDATA[<p><strong>계좌번호 찾아주는 프로그램</strong></p><p>키: 이름</p><p>값:뱅크이름:계좌번호</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:25:47 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460757121</guid>
      </item>
      <item>
         <title>홍예서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460758073</link>
         <description><![CDATA[<p><br/></p><p>주제:사자성어 뜻 알려주는 프로그램</p><p>키: 사자성어</p><p>값: 사자성어 뜻</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:26:17 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460758073</guid>
      </item>
      <item>
         <title>이상윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460781622</link>
         <description><![CDATA[<p>주제:환율 계산기</p><p>키:환율 계산전 돈값</p><p>값:환율 계산후 돈값</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:37:12 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460781622</guid>
      </item>
      <item>
         <title>이상윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460814073</link>
         <description><![CDATA[<p>주제:환율 계산기</p><p>키:환율 계산전 돈값(<strong>₩)</strong></p><p>값:환율 계산후 돈값($,<strong>￥등등등)</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-21 06:54:38 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3460814073</guid>
      </item>
      <item>
         <title>김재윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470646617</link>
         <description><![CDATA[<p>A:음식먹는 시간</p><p>B:비만율</p><p>자료수집방법:설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:21:28 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470646617</guid>
      </item>
      <item>
         <title>예시: 김기화</title>
         <author>online25</author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470647644</link>
         <description><![CDATA[<p>A: 우리반 학생들의 공부시간</p><p>B: 시험 성적</p><p>데이터 수집: 설문 조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:22:16 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470647644</guid>
      </item>
      <item>
         <title>허준서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470650114</link>
         <description><![CDATA[<p>A 하루 커피 섭취량 </p><p>B 심박수</p><p>데이터 수집 : 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:23:54 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470650114</guid>
      </item>
      <item>
         <title>김영서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470650827</link>
         <description><![CDATA[<p>A: 평균적으로 하루에 전자기기를 사용하는 시간</p><p>B: 눈의 시력</p><p>데이터 수집: 청소년을 대상으로 한 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:24:28 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470650827</guid>
      </item>
      <item>
         <title>이하랑</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470651295</link>
         <description><![CDATA[<p>A: 게임하는시간</p><p>B: 거북목 발생률</p><p>데이터 수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:24:52 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470651295</guid>
      </item>
      <item>
         <title>이상윤</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470651418</link>
         <description><![CDATA[<p>A:의자에 앉아 있는 시간</p><p>B:허리 디스크가 걸릴 확률</p><p>데이터 수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:24:58 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470651418</guid>
      </item>
      <item>
         <title>조효리</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470652489</link>
         <description><![CDATA[<p>A: 스마트폰 하루 사용 시간</p><p>B: 잠들기까지 걸리는 시간</p><p>데이터 수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:25:36 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470652489</guid>
      </item>
      <item>
         <title>홍예서</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470652508</link>
         <description><![CDATA[<p>A: 하루 운동량</p><p>B: 체지방율</p><p>C:데이터 수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:25:37 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470652508</guid>
      </item>
      <item>
         <title>제서연</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653306</link>
         <description><![CDATA[<p>A: 하루 평균 스마트폰 사용시간</p><p>B: 집중력, 수면 시간</p><p>데이터 수집: 스크린 타임 앱 데이터</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:26:07 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653306</guid>
      </item>
      <item>
         <title>김지영</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653446</link>
         <description><![CDATA[<p>A 하루 수면 시간</p><p>B 집중 시간 / 실수 횟수</p><p>데이터수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:26:14 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653446</guid>
      </item>
      <item>
         <title>김영환</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653619</link>
         <description><![CDATA[<p>A: 온도 및 습도</p><p>B: 날씨 예보</p><p>자료 수집 방법: 센서 데이터 수</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:26:22 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470653619</guid>
      </item>
      <item>
         <title>박준현</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470656760</link>
         <description><![CDATA[<p>A: 하루 간식 섭취량</p><p>B: 비만도</p><p>데이터 수집: 설문조사</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:28:27 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470656760</guid>
      </item>
      <item>
         <title>김은진</title>
         <author></author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470660122</link>
         <description><![CDATA[<p>A: 하루 동안의 독서 시간</p><p><strong>B:</strong> 스트레스 감소 정도</p><p>데이터 수집: 설문조사</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:29:59 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470660122</guid>
      </item>
      <item>
         <title>양희강</title>
         <author>a01085360224</author>
         <link>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470683318</link>
         <description><![CDATA[<p>A: 하루 평균 걸음량</p><p>B: 체지방률</p><p>자료수집빙법: 센서 데이터 수집</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-28 07:47:13 UTC</pubDate>
         <guid>https://padlet.com/dgonline1/41fyeooijh9lzxka/wish/3470683318</guid>
      </item>
   </channel>
</rss>
