{"id":929,"date":"2024-11-07T10:11:24","date_gmt":"2024-11-07T02:11:24","guid":{"rendered":"https:\/\/fwq.ai\/blog\/929\/"},"modified":"2024-11-07T10:11:24","modified_gmt":"2024-11-07T02:11:24","slug":"python-%e4%bb%a3%e7%a0%81%e4%b8%ad-jimmy-five-times-stri-%e7%9a%84%e6%8b%bc%e6%8e%a5%e5%8e%9f%e7%90%86%e6%98%af%e4%bb%80%e4%b9%88%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/929\/","title":{"rendered":"Python \u4ee3\u7801\u4e2d `&#8217;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217;` \u7684\u62fc\u63a5\u539f\u7406\u662f\u4ec0\u4e48\uff1f"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-976\" src=\"https:\/\/fwq.ai\/blog\/wp-content\/uploads\/2024\/11\/173077273190668.jpg\" width=\"800\" height=\"320\" srcset=\"https:\/\/fwq.ai\/blog\/wp-content\/uploads\/2024\/11\/173077273190668.jpg 800w, https:\/\/fwq.ai\/blog\/wp-content\/uploads\/2024\/11\/173077273190668-300x120.jpg 300w, https:\/\/fwq.ai\/blog\/wp-content\/uploads\/2024\/11\/173077273190668-768x307.jpg 768w, https:\/\/fwq.ai\/blog\/wp-content\/uploads\/2024\/11\/173077273190668-670x268.jpg 670w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" title=\"Python \u4ee3\u7801\u4e2d `&#8217;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217;` \u7684\u62fc\u63a5\u539f\u7406\u662f\u4ec0\u4e48\uff1f\u63d2\u56fe\" alt=\"Python \u4ee3\u7801\u4e2d `&#8217;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217;` \u7684\u62fc\u63a5\u539f\u7406\u662f\u4ec0\u4e48\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u89e3\u6790print\u8bed\u53e5\u4e2d\u7684\u5b57\u7b26\u4e32\u62fc\u63a5<\/strong><\/p>\n<p>\u5728\u7ed9\u51fa\u7684\u4ee3\u7801snippet\u4e2d\uff0cprint\u8bed\u53e5\u7684\u5185\u5bb9\u4e3a\uff1a<\/p>\n<pre>'my name is'\nfor i in range(5):\n    print('jimmy five times (' + str(i) + ')')<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5176\u4e2d\uff0c\u5faa\u73af\u4f53\u5185\u7684print\u8bed\u53e5\u4f7f\u7528\u4e86\u5982\u4e0b\u683c\u5f0f\uff1a<\/p>\n<pre>'Jimmy Five Times (' + str(i) + ')'<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u95ee\u9898\u4e2d\u63d0\u5230\u7684(&#8216; + str(i) + &#8216;)\u542b\u4e49\u5982\u4e0b\uff1a<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201cPython\u514d\u8d39\u5b66\u4e60\u7b14\u8bb0\uff08\u6df1\u5165\uff09\u201d\uff1b<\/p>\n<ul>\n<li>()\uff1a\u666e\u901a\u5b57\u7b26\uff0c\u7528\u4e8e\u6784\u6210\u5b57\u7b26\u4e32\u3002<\/li>\n<li>+\uff1a\u5b57\u7b26\u4e32\u8fde\u63a5\u64cd\u4f5c\u7b26\uff0c\u7528\u4e8e\u5c06\u591a\u4e2a\u5b57\u7b26\u4e32\u62fc\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002<\/li>\n<li>str(i)\uff1astr\u51fd\u6570\uff0c\u7528\u4e8e\u5c06\u6570\u5b57\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u3002\u5728\u8be5\u4ee3\u7801\u4e2d\uff0c\u5b83\u5c06\u904d\u5386\u7684\u7d22\u5f15i\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u3002<\/li>\n<\/ul>\n<p>\u56e0\u6b64\uff0c(&#8216; + str(i) + &#8216;)\u7684\u6574\u4f53\u4f5c\u7528\u662f\u5c06\u5b57\u7b26\u4e32&#8221;jimmy five times (&#8220;\u4e0ei\u7684\u5b57\u7b26\u4e32\u8868\u793a\u5f62\u5f0f\u8fde\u63a5\u8d77\u6765\uff0c\u5e76\u5728\u5faa\u73af\u4e2d\u521b\u5efa\u82e5\u5e72\u62fc\u63a5\u597d\u7684\u5b57\u7b26\u4e32\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fPython \u4ee3\u7801\u4e2d `&#8217;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217;` \u7684\u62fc\u63a5\u539f\u7406\u662f\u4ec0\u4e48\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u89e3\u6790print\u8bed\u53e5\u4e2d\u7684\u5b57\u7b26\u4e32\u62fc\u63a5 \u5728\u7ed9\u51fa\u7684\u4ee3\u7801snippet\u4e2d\uff0cprint\u8bed\u53e5\u7684\u5185\u5bb9\u4e3a\uff1a &#8216;my name is&#8217; for i in range(5): print(&#8216;jimmy five times (&#8216; + str(i) + &#8216;)&#8217;) \u767b\u5f55\u540e\u590d\u5236 \u5176\u4e2d\uff0c\u5faa\u73af\u4f53\u5185\u7684print\u8bed\u53e5\u4f7f\u7528\u4e86\u5982\u4e0b\u683c\u5f0f\uff1a &#8216;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217; \u767b\u5f55\u540e\u590d\u5236 \u95ee\u9898\u4e2d\u63d0\u5230\u7684(&#8216; + str(i) + &#8216;)\u542b\u4e49\u5982\u4e0b\uff1a \u7acb\u5373\u5b66\u4e60\u201cPython\u514d\u8d39\u5b66\u4e60\u7b14\u8bb0\uff08\u6df1\u5165\uff09\u201d\uff1b ()\uff1a\u666e\u901a\u5b57\u7b26\uff0c\u7528\u4e8e\u6784\u6210\u5b57\u7b26\u4e32\u3002 +\uff1a\u5b57\u7b26\u4e32\u8fde\u63a5\u64cd\u4f5c\u7b26\uff0c\u7528\u4e8e\u5c06\u591a\u4e2a\u5b57\u7b26\u4e32\u62fc\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002 str(i)\uff1astr\u51fd\u6570\uff0c\u7528\u4e8e\u5c06\u6570\u5b57\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u3002\u5728\u8be5\u4ee3\u7801\u4e2d\uff0c\u5b83\u5c06\u904d\u5386\u7684\u7d22\u5f15i\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u3002 \u56e0\u6b64\uff0c(&#8216; + str(i) + &#8216;)\u7684\u6574\u4f53\u4f5c\u7528\u662f\u5c06\u5b57\u7b26\u4e32&#8221;jimmy five times (&#8220;\u4e0ei\u7684\u5b57\u7b26\u4e32\u8868\u793a\u5f62\u5f0f\u8fde\u63a5\u8d77\u6765\uff0c\u5e76\u5728\u5faa\u73af\u4e2d\u521b\u5efa\u82e5\u5e72\u62fc\u63a5\u597d\u7684\u5b57\u7b26\u4e32\u3002 \u4ee5\u4e0a\u5c31\u662fPython \u4ee3\u7801\u4e2d `&#8217;Jimmy Five Times (&#8216; + str(i) + &#8216;)&#8217;` [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-929","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/929","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=929"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/929\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}