by @Gary Fork
{"functions":[],"name":"Purchasing 5 Items","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_dbc5e905_eb86_4ff9_850b_95d4e69f4491"},{"@type":"Declare","tpe":"Real","name":"price","id":"id_05282257_8966_4b0c_9cb1_65eaed393df0","initValue":null},{"@type":"Declare","tpe":"Real","name":"subtotal","id":"id_b13dd2b2_f4f9_452f_83e8_944497aee42c","initValue":"0"},{"@type":"Declare","tpe":"Real","name":"salesTax","id":"id_359f3376_851a_4e26_8dae_bef7d7df87d3","initValue":null},{"@type":"Declare","tpe":"Real","name":"total","id":"id_eabba84f_fbf5_4035_b320_c636b595410d","initValue":null},{"@type":"Input","name":"price","id":"id_747eb848_68bc_4741_9460_c3cfa0865412","prompt":"Please enter the price"},{"@type":"Assign","name":"subtotal","id":"id_4c645f43_c385_40be_81b5_3b44898975fd","value":"subtotal + price"},{"@type":"Input","name":"price","id":"id_826dec40_8472_417a_be2a_930c10e0c9e5","prompt":"Please enter the price"},{"@type":"Assign","name":"subtotal","id":"id_f6b894d2_59e0_4fbb_a69e_ea15a0df3b62","value":"subtotal + price"},{"@type":"Input","name":"price","id":"id_af7377cb_8cf0_471e_b062_097f982f73f0","prompt":"Please enter the price"},{"@type":"Assign","name":"subtotal","id":"id_7e74c7ce_c2e3_49b8_9166_79d3e5a1f7fc","value":"subtotal + price"},{"@type":"Input","name":"price","id":"id_a6d82e29_bdfa_4d87_b7c8_6be8533b1ead","prompt":"Please enter the price"},{"@type":"Assign","name":"subtotal","id":"id_fa6fd2e9_6fbc_49d4_bb00_84cd126f38ae","value":"subtotal + price"},{"@type":"Input","name":"price","id":"id_7d3b6a4e_0494_444e_9968_24df1812deea","prompt":"Please enter the price"},{"@type":"Assign","name":"subtotal","id":"id_621b7a6c_7ff4_4752_84e8_7410c73f8edb","value":"subtotal + price"},{"@type":"Assign","name":"salesTax","id":"id_1fe16827_9c02_45b9_91c7_d0d372ad78f9","value":"0.07 * subtotal"},{"@type":"Assign","name":"total","id":"id_74023107_6d8e_42f9_bcc3_a4eabc3a6ea9","value":"subtotal + salesTax"},{"newline":false,"@type":"Output","id":"id_d4ee8ba0_d948_4864_8a32_fcb4d44565d3","value":"\"Subtotal is $\""},{"newline":true,"@type":"Output","id":"id_4db8a042_f18a_4807_93aa_e7d3c31f994f","value":"subtotal"},{"newline":false,"@type":"Output","id":"id_4449b599_c115_474e_a420_8fc913fde59b","value":"\"Sales tax is $\""},{"newline":true,"@type":"Output","id":"id_61a12bd4_94f0_4424_80bf_6f018d95591c","value":"salesTax"},{"newline":false,"@type":"Output","id":"id_3b3608d7_dacd_4e71_8e61_791edc9776b9","value":"\"Total is $\""},{"newline":true,"@type":"Output","id":"id_b6f4ed60_05ba_4420_8725_b23f680af85e","value":"total"},{"@type":"Return","id":"id_df51051c_d18d_4f0f_9a74_4b884ededd0a","maybeValue":null}],"parameters":[]},"id":"id_7a6c9ec7_723f_444f_b706_3f11ccb8c8d8","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":454}