<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>javascripter</author_name>
  <author_url>https://blog.hatena.ne.jp/javascripter/</author_url>
  <blog_title>素人がプログラミングを勉強していたブログ</blog_title>
  <blog_url>https://javascripter.hatenablog.com/</blog_url>
  <categories>
    <anon>javascript</anon>
    <anon>python</anon>
  </categories>
  <description>ついさっきPythonをはじめた(教わった)ので、FizzBuzzを書いた。 for i in range(1, 100 + 1): if i % 15 == 0: print &quot;FizzBuzz&quot; else: if i % 3 == 0: print &quot;Fizz&quot; else: if i % 5 == 0: print &quot;Buzz&quot; else: print i sudo easy_install ipython して、ipythonを立ち上げて、コピペ。 つまづいた所： インデントはTabでもスペースでもいい。ipythonでTabを入力したい時は、C-v→Tab 抜けたい時はインデント消して…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjavascripter.hatenablog.com%2Fentry%2F20080920%2F1221925841&quot; title=&quot;Python、FizzBuzz - 素人がプログラミングを勉強していたブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-20 00:50:41</published>
  <title>Python、FizzBuzz</title>
  <type>rich</type>
  <url>https://javascripter.hatenablog.com/entry/20080920/1221925841</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
