{"id":247,"date":"2017-02-01T21:23:44","date_gmt":"2017-02-01T12:23:44","guid":{"rendered":"http:\/\/www.python.ambitious-engineer.com\/?p=247"},"modified":"2021-09-24T22:02:26","modified_gmt":"2021-09-24T13:02:26","slug":"pass-%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e5%86%85%e3%81%a7%e4%bd%95%e3%82%82%e5%87%a6%e7%90%86%e3%82%92%e8%a1%8c%e3%82%8f%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88","status":"publish","type":"post","link":"https:\/\/www.python.ambitious-engineer.com\/archives\/247","title":{"rendered":"pass \u30d6\u30ed\u30c3\u30af\u5185\u3067\u4f55\u3082\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\u5834\u5408"},"content":{"rendered":"<p>\u5236\u5fa1\u6587\u306b\u95a2\u3059\u308b\u5b66\u7fd2\u306e\u6700\u5f8c\u306f\u5236\u5fa1\u30d6\u30ed\u30c3\u30af\u5185\u3067\u4f55\u3082\u3057\u306a\u3044\u5834\u5408\u306e\u8a18\u8ff0\u306b\u3064\u3044\u3066\u3067\u3059\u3002<\/p>\n<h2>\u30d6\u30ed\u30c3\u30af\u5185\u306b\u8a18\u8ff0\u304c\u7121\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b<\/h2>\n<p>Python\u3067\u6238\u60d1\u3046\u3053\u3068\u306e\uff11\u3064\u306b\u30d6\u30ed\u30c3\u30af\u5185\u306b\u8a18\u8ff0\u304c\u7121\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b\u3001\u3068\u3044\u3046\u3053\u3068\u304c\u6319\u3052\u3089\u308c\u307e\u3059\u3002<\/p>\n<p>\u4f8b\u3048\u3070Java\u306e\u5834\u5408\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u8a18\u8ff0\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\nif (x &gt; 0){\r\n    \/\/ x &gt; 0\u306e\u5834\u5408\u306f\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\r\n}\r\n<\/pre>\n<p>Python\u3067\u540c\u3058\u3088\u3046\u306b\u30d6\u30ed\u30c3\u30af\u5185\u306e\u8a18\u8ff0\u3092\u7701\u3044\u305f\u5834\u5408\u3001IndentationError\u304c\u767a\u751f\u3057\u307e\u3059\u3002<\/p>\n<p>\u3053\u306e\u3088\u3046\u306a\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\u30d6\u30ed\u30c3\u30af\u306e\u5834\u5408\u3001Python\u3067\u306f\u660e\u793a\u7684\u306b\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\u3001\u3068\u3044\u3046\u3053\u3068\u304c\u308f\u304b\u308b\u3088\u3046\u306bpass\u3092\u8a18\u8ff0\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\nif x &gt; 0:\r\n    # x &gt; 0\u306e\u5834\u5408\u306f\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\r\n    pass\r\n\r\n<\/pre>\n<p>\u4eca\u307e\u3067\u767b\u5834\u3057\u305f\u5236\u5fa1\u6587\uff08if\u3001else\u3001for\u3001while\u306a\u3069\uff09\u306b\u3064\u3044\u3066\u3001\u30d6\u30ed\u30c3\u30af\u5185\u3067\u4f55\u3082\u51e6\u7406\u3092\u884c\u308f\u306a\u3044\u5834\u5408\u306fpass\u3092\u8a18\u8ff0\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5236\u5fa1\u6587\u306b\u95a2\u3059\u308b\u5b66\u7fd2\u306e\u6700\u5f8c\u306f\u5236\u5fa1\u30d6\u30ed\u30c3\u30af\u5185\u3067\u4f55\u3082\u3057\u306a\u3044\u5834\u5408\u306e\u8a18\u8ff0\u306b\u3064\u3044\u3066\u3067\u3059\u3002 \u30d6\u30ed\u30c3\u30af\u5185\u306b\u8a18\u8ff0\u304c\u7121\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b Python\u3067\u6238\u60d1\u3046\u3053\u3068\u306e\uff11\u3064\u306b\u30d6\u30ed\u30c3\u30af\u5185\u306b\u8a18\u8ff0\u304c\u7121\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b\u3001\u3068\u3044\u3046\u3053\u3068\u304c\u6319\u3052\u3089\u308c\u307e\u3059\u3002 \u4f8b\u3048\u3070...<\/p>\n","protected":false},"author":1,"featured_media":3444,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[212],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/posts\/247"}],"collection":[{"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/comments?post=247"}],"version-history":[{"count":6,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/posts\/247\/revisions"}],"predecessor-version":[{"id":3445,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/posts\/247\/revisions\/3445"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/media\/3444"}],"wp:attachment":[{"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/media?parent=247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/categories?post=247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.python.ambitious-engineer.com\/wp-json\/wp\/v2\/tags?post=247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}