<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>coffee_kabu</author_name>
  <author_url>https://blog.hatena.ne.jp/coffee_kabu/</author_url>
  <blog_title>Bus errorとSegmentation faultに困ったら見るブログ</blog_title>
  <blog_url>https://coffee-guhaw.hateblo.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>前にも出た記憶はあるけどなぜか記事にしてなかったのでメモ原因は簡単で、自分が定義した関数の引数の順番がまずいという話 引数の順番で、デフォルト値付きの引数は一番うしろに固めて置かないといけないdef func(a, b=100, c)みたいなのがだめdef func(a, c, b=100)はOK ■ 参考 : python3 SyntaxError: non-default argument follows default argumentはなぜ起こるのか ランキング参加中です ↓クリックしていただけると嬉しいです〜ランキング参加中Python ランキング参加中HTML ランキング参加中Ma…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcoffee-guhaw.hateblo.jp%2Fentry%2F2025%2F07%2F27%2F000000&quot; title=&quot;【python3】エラー SyntaxError: non-default argument follows default argument が出た - Bus errorとSegmentation faultに困ったら見るブログ&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-07-27 00:00:00</published>
  <title>【python3】エラー SyntaxError: non-default argument follows default argument が出た</title>
  <type>rich</type>
  <url>https://coffee-guhaw.hateblo.jp/entry/2025/07/27/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
