by @Wendy Fork
{"functions":[],"name":"Price Flowchart","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_799be9f7_e769_4091_9661_20f4da1b8442"},{"@type":"Declare","tpe":"Real","name":"item1","id":"id_26519afd_d504_4c93_99c6_360ffc9732cc","initValue":null},{"@type":"Input","name":"item1","id":"id_781592bc_5206_496a_8350_037297712e5a","prompt":"Please enter the cost of your first item"},{"@type":"Declare","tpe":"Real","name":"item2","id":"id_4b17fd56_4750_42e0_9f5e_af54b45c7838","initValue":null},{"@type":"Input","name":"item2","id":"id_6c4c32cb_a7e6_4a72_85a1_09896962cd86","prompt":"Please enter the cost of your second item"},{"@type":"Declare","tpe":"Real","name":"item3","id":"id_229ccce1_4ae3_43b2_b44c_6084a7d17869","initValue":null},{"@type":"Input","name":"item3","id":"id_db0d1682_ba69_4ac9_97b6_2010b60200e0","prompt":"Please enter the cost of your third item"},{"@type":"Declare","tpe":"Real","name":"item4","id":"id_b11dbd0d_ce83_4c9d_b417_84ec995dc932","initValue":null},{"@type":"Input","name":"item4","id":"id_6f177b77_913a_4094_8640_5acc5690574f","prompt":"Please enter the cost of your fourth item"},{"@type":"Declare","tpe":"Real","name":"item5","id":"id_469839bf_0111_4aee_b2ba_4a357e91c9ea","initValue":null},{"@type":"Input","name":"item5","id":"id_7df1d1ea_1ed0_4830_a26a_82f206e4d2f2","prompt":"Please enter the cost of your fifth item"},{"@type":"Declare","tpe":"Real","name":"subtotal","id":"id_f49723e3_dfc9_49b2_b80b_e058a217cf6b","initValue":"item1+item2+item3+item4+item5"},{"newline":true,"@type":"Output","id":"id_8041bee3_6528_4041_8251_8ad584e5153c","value":"\"Subtotal: \" +subtotal"},{"@type":"Declare","tpe":"Real","name":"salestax","id":"id_43694b6a_fb0c_453a_a35b_15ab24bb64d7","initValue":"subtotal*0.07"},{"newline":true,"@type":"Output","id":"id_1f917ead_03f3_4efd_9e2b_cd70eafd3343","value":"\"Sales Tax: \"+salestax"},{"@type":"Declare","tpe":"Real","name":"grandtotal","id":"id_2f1ee2b0_ee59_4360_9a06_5899bf6da212","initValue":"salestax+subtotal"},{"newline":true,"@type":"Output","id":"id_7bd9c38b_a5cb_4717_a975_5ff56de1c6af","value":"\"Grand Total: \"+grandtotal"},{"@type":"Return","id":"id_ec3f6fe8_0ea2_45f1_a764_2b73f52e1542","maybeValue":null}],"parameters":[]},"id":"id_4a3a251b_88b2_4255_9c82_89175f4f5dc3","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":729}