<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>philojuan</author_name>
  <author_url>https://blog.hatena.ne.jp/philojuan/</author_url>
  <blog_title>恥は/dev/nullへ by 初心者</blog_title>
  <blog_url>https://uhoho.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python学習</anon>
  </categories>
  <description>for文の基本について学習しました。 for文の基本形 for文の基本形は「for ... in ... :」とインデントです。 for in コロン インデント コード watches = ['f.p.journe', 'seiko', 'lange', 'patek', 'omega'] for watch in watches: # in と : を忘れずに print(watch.upper()) # インデントを忘れずに print(&quot;&quot;) # 空行を出力 # 上のfor文は以下のように書いても同じ結果になる for a in watches: print(a.upper()) 実行…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuhoho.hatenablog.jp%2Fentry%2F2021%2F07%2F28%2F105207&quot; title=&quot;［Python］for文の基本 - 恥は/dev/nullへ by 初心者&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>2021-07-28 10:52:07</published>
  <title>［Python］for文の基本</title>
  <type>rich</type>
  <url>https://uhoho.hatenablog.jp/entry/2021/07/28/105207</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
