{"id":408,"date":"2025-10-20T14:19:05","date_gmt":"2025-10-20T13:19:05","guid":{"rendered":"https:\/\/7zeros.com\/?page_id=408"},"modified":"2025-10-20T14:19:05","modified_gmt":"2025-10-20T13:19:05","slug":"input","status":"publish","type":"page","link":"https:\/\/7zeros.com\/?page_id=408","title":{"rendered":"input()"},"content":{"rendered":"\n<p>When the <strong>input()<\/strong> function is called, the interpreter waits for the user to input something.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">country = input(\"Which country are you from? \")\nprint(country + \" is a great country!\")<\/pre>\n\n\n\n<p>With input:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Which country are you from? <strong>England<\/strong>\n<strong>England<\/strong> is a great country!<\/pre>\n\n\n\n<p>Also\u2026<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">print(\"I've been to \" + country + \" many times!\")\nI've been to England many times!<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>When the input() function is called, the interpreter waits for the user to input something. country = input(&#8220;Which country are you from? &#8220;) print(country + &#8221; is a great country!&#8221;) With input: Which country are you from? England England is a great country! Also\u2026 print(&#8220;I&#8217;ve been to &#8221; + country + &#8221; many times!&#8221;) I&#8217;ve [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-408","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/7zeros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=408"}],"version-history":[{"count":1,"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/408\/revisions"}],"predecessor-version":[{"id":409,"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/408\/revisions\/409"}],"wp:attachment":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}