
{"id":16851,"date":"2017-12-19T18:21:03","date_gmt":"2017-12-19T18:21:03","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16851"},"modified":"2017-12-19T18:21:03","modified_gmt":"2017-12-19T18:21:03","slug":"coerce","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2017\/12\/19\/coerce\/","title":{"rendered":"Return a tuple consisting of the two numeric arguments converted to a common type"},"content":{"rendered":"<p><code><br \/>\n#!\/usr\/bin\/python<\/p>\n<p>x = 10<br \/>\ny = 23.8<br \/>\nprint coerce(x,y)<\/code><\/p>\n<p><\/code><\/p>\n<pre>\n$python coerce.py \n(10.0, 23.8)\n$python coerce.py \n(10.0, 23.8)\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#!\/usr\/bin\/python x = 10 y = 23.8 print coerce(x,y) $python coerce.py (10.0, 23.8) $python coerce.py (10.0, 23.8) $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[164],"tags":[1027,1332],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16851"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=16851"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16851\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16851"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16851"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16851"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}