{"id":390,"date":"2025-10-20T13:53:34","date_gmt":"2025-10-20T12:53:34","guid":{"rendered":"https:\/\/7zeros.com\/?page_id=390"},"modified":"2025-10-20T14:02:29","modified_gmt":"2025-10-20T13:02:29","slug":"a-24","status":"publish","type":"page","link":"https:\/\/7zeros.com\/?page_id=390","title":{"rendered":"a = 24"},"content":{"rendered":"\n<p>a = 24<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a is the <strong>variable<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>24 is the <strong>literal<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>= is the <strong>operator<\/strong><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>This works thus&#8230;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">a = 3\nb = 8\nz = a + b\nprint(z)\n11<\/pre>\n\n\n\n<p>This however works differently!<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">a = input(\"a: \")<br>a: 3<br>b = input(\"b: \")<br>b: 8<br>z = a + b<br>print(z)<br>38<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>a = 24 This works thus&#8230; a = 3 b = 8 z = a + b print(z) 11 This however works differently! a = input(&#8220;a: &#8220;)a: 3b = input(&#8220;b: &#8220;)b: 8z = a + bprint(z)38<\/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-390","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/390","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=390"}],"version-history":[{"count":3,"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/390\/revisions"}],"predecessor-version":[{"id":396,"href":"https:\/\/7zeros.com\/index.php?rest_route=\/wp\/v2\/pages\/390\/revisions\/396"}],"wp:attachment":[{"href":"https:\/\/7zeros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}