by @Beatriz Mejías Fork
{"functions":[{"rawId":"id_3fe643d8_718b_4516_bf4e_2b5eb69c8b63","tpe":"Void","name":"fun1","statements":[{"@type":"Begin","id":"id_b0334e15_f614_4fb1_aac7_525e5a4183e3"},{"@type":"Return","id":"id_35a60324_78d2_4b20_b6dc_f07a7dc9e46e","maybeValue":null}],"parameters":[]}],"name":"Precio con Descuento","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_aa73a54f_5f84_4ff8_a194_de1345a53225"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"precio","lengthValue2":"5","id":"id_1bc61b63_70ef_4325_b653_dcf9367c655b","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"descuento","lengthValue2":"5","id":"id_3e1bf942_5031_4bfc_8ed5_6a1a0c7699b7","initValue":null},{"@type":"Input","name":"precio","id":"id_0b821120_6819_4c03_bdc5_8bcd3cbc8cc7","prompt":"Digite el precio al que quiere aplicarle un descuento"},{"@type":"Input","name":"descuento","id":"id_47861aee_af79_42a5_860d_f3e01f10f8da","prompt":"Ingrese el descuento que quiere aplicar, debe estar entre 0% y 100%"},{"condition":"descuento<0||descuento >100","@type":"While","id":"id_aeba6e58_0fdb_4453_a21c_c341cf144e36","body":{"statements":[{"newline":true,"@type":"Output","id":"id_0f75bd87_231c_499b_ba76_91822d21ff25","value":"\"ERROR: El descuento no cumple con las condiciones\""},{"@type":"Input","name":"descuento","id":"id_e19d5d45_e5e5_4696_8a13_556f84a6d527","prompt":"Ingrese el descuento que quiere aplicar, debe estar entre 0% y 100%"}],"id":"id_a805aa43_efc0_4708_8732_4d02291a3afb"}},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"precioFinal","lengthValue2":"5","id":"id_09f333a5_29f8_4d90_82a9_561b1b407ecd","initValue":null},{"@type":"Assign","name":"precioFinal","id":"id_f94a5ecc_e8bc_488e_a9d5_1eba1650260f","value":"precio-(precio*(descuento/100))"},{"newline":true,"@type":"Output","id":"id_604980ff_2f8c_4357_b4e0_7d5d0694fb52","value":"\"El precio final con un descuento de \" + descuento + \"% es: \" + precioFinal"},{"@type":"Return","id":"id_c6086e15_aef7_4214_b2d3_d78dd7ab2984","maybeValue":null}],"parameters":[]},"id":"id_233b888b_73a0_4c35_b591_7c803f639e69","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":false,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.3","revision":702}