<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>motchi1818</author_name>
  <author_url>https://blog.hatena.ne.jp/motchi1818/</author_url>
  <blog_title>PC操作備忘録</blog_title>
  <blog_url>https://motchi1818.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>Pythonにおける文字列のクォートの違いを解説 Pythonでは、文字列を囲むために &quot;&quot;&quot;...&quot;&quot;&quot;（トリプルクォート）、&quot;...&quot;（ダブルクォート）、'...'（シングルクォート） の3種類が使えます。本記事では、それぞれの違いや用途について詳しく解説します。 1. &quot;&quot;&quot;...&quot;&quot;&quot;（トリプルクォート） 用途 複数行の文字列 ドキュメント文字列（docstring） 例1: 複数行の文字列 text = &quot;&quot;&quot;これは 複数行の 文字列です。&quot;&quot;&quot; print(text) 出力： これは 複数行の 文字列です。 例2: 関数の説明文（docstring） def sample_func…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmotchi1818.hateblo.jp%2Fentry%2F2025%2F02%2F16%2F015213&quot; title=&quot;Pythonにおける文字列のクォートの違いを解説 - PC操作備忘録&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>2025-02-16 01:52:13</published>
  <title>Pythonにおける文字列のクォートの違いを解説</title>
  <type>rich</type>
  <url>https://motchi1818.hateblo.jp/entry/2025/02/16/015213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
