<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sikachu!&#039;s Blog &#187; Schoolwork</title>
	<atom:link href="http://sikachu.com/category/schoolwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://sikachu.com</link>
	<description>I&#039;m a Ruby on Rails / jQuery web developer. Follow me at @sikachu</description>
	<lastBuildDate>Sat, 25 Dec 2010 15:13:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Python Programming Homework 1</title>
		<link>http://sikachu.com/2007/06/python-programming-homework-1/</link>
		<comments>http://sikachu.com/2007/06/python-programming-homework-1/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 18:27:00 +0000</pubDate>
		<dc:creator>Sikachu!</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Schoolwork]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.sikachu.com/?p=48</guid>
		<description><![CDATA[อาจารย์ให้เมื่อวันที่ 19/6/50 even.py # even.py## A function that used to test if a number is even or not## Written by Prem Sichanugrist (48050892)# def even(number) : return (number % 2 == 0) hypotenuse.py # hypotenuse.py## A function that will calculate a length of hypotenuse# side of a right triangle given both other sides.## Written by [...]]]></description>
			<content:encoded><![CDATA[<p>อาจารย์ให้เมื่อวันที่ 19/6/50</p>
<p><b>even.py</b>
<div style="border: 1px solid black; padding: 5px;">
<pre># even.py## A function that used to test if a number is even or not## Written by Prem Sichanugrist (48050892)#

def even(number) :    return (number % 2 == 0)
</pre>
</div>
<p><b>hypotenuse.py</b>
<div style="border: 1px solid black; padding: 5px;">
<pre># hypotenuse.py## A function that will calculate a length of hypotenuse# side of a right triangle given both other sides.## Written by Prem Sichanugrist (48050892)#

import math

def hypotenuse(side1, side2) :    return math.sqrt(float(side1) ** 2 + float(side2) ** 2)
</pre>
</div>
<p>การบ้านเสดแล้ว เย้!</p>
]]></content:encoded>
			<wfw:commentRss>http://sikachu.com/2007/06/python-programming-homework-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

