<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98%2F%EB%AF%BC%EA%B2%BD</id>
	<title>피보나치/민경 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98%2F%EB%AF%BC%EA%B2%BD"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98/%EB%AF%BC%EA%B2%BD&amp;action=history"/>
	<updated>2026-05-16T15:58:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98/%EB%AF%BC%EA%B2%BD&amp;diff=76922&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:31, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98/%EB%AF%BC%EA%B2%BD&amp;diff=76922&amp;oldid=prev"/>
		<updated>2021-02-07T05:31:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Describe 피보나치/김민경 here.&lt;br /&gt;
 if __name__ == &amp;#039;__main__&amp;#039;:&lt;br /&gt;
    n=input(&amp;#039;숫자 입력&amp;#039;)&lt;br /&gt;
 &lt;br /&gt;
    a,b=0,1&lt;br /&gt;
 &lt;br /&gt;
    for i in range(n-2):&lt;br /&gt;
        t=a&lt;br /&gt;
        a=b&lt;br /&gt;
        b=a+t&lt;br /&gt;
 &lt;br /&gt;
    print b&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 #피보나치 수열&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>