<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seinzumtode</author_name>
  <author_url>https://blog.hatena.ne.jp/seinzumtode/</author_url>
  <blog_title>how to code something</blog_title>
  <blog_url>https://seinzumtode.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>アルゴリズム</anon>
  </categories>
  <description>素数を求める。 まずは素数かどうか判定するプログラム。 #! usr/bin/env python # -*- coding: utf-8 -*- #prime.py f = raw_input(&quot;Judge if prime number: &quot;) a = range(2,int(f)/2+1) judge = &quot;prime&quot; for x in a: if int(f) % x == 0: judge = &quot;not prime&quot; print judge 次にNまでの素数を返すプログラム。 #! usr/bin/env python # -*- coding: utf-8 -*- #primel…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseinzumtode.hatenadiary.jp%2Fentry%2F20110819%2F1313744649&quot; title=&quot;素数を求める。エラトステネスのふるい　 - how to code something&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/s/seinzumtode/20110820/20110820103257.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-08-19 18:04:09</published>
  <title>素数を求める。エラトステネスのふるい　</title>
  <type>rich</type>
  <url>https://seinzumtode.hatenadiary.jp/entry/20110819/1313744649</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
