{"functions":[],"name":"4 taller secuencia","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_cebb5123_49fa_46dc_959f_6730bfa23bff"},{"@type":"Comment","id":"id_b0a3471f_bf02_49c1_9cec_726c7624cb24","text":"Hipotenusa de triángulo rectángulo dados catetos"},{"@type":"Declare","tpe":"Integer","name":"cat1","id":"id_dcc09798_2b13_499d_a850_b31092b6c64c","initValue":"0"},{"@type":"Declare","tpe":"Real","name":"cat2","id":"id_58b83a36_bad3_4719_b3e4_70f0ba9f1ea7","initValue":"0"},{"@type":"Declare","tpe":"Real","name":"hipo","id":"id_58ac4f30_9c2d_4716_b6f0_6a72340b7fea","initValue":"0"},{"@type":"Input","name":"cat1","id":"id_eba95213_b9cb_497f_8884_9faadc93e6bc","prompt":"Ingrese cateto 1"},{"@type":"Input","name":"cat2","id":"id_eda262b3_dba3_486f_87a4_1d4351ee03f3","prompt":"Ingrese cateto 2"},{"@type":"Assign","name":"hipo","id":"id_463df0c8_ad47_40a8_829a_54adc05c69bb","value":"sqrt(cat2*cat2+cat1*cat1)"},{"newline":true,"@type":"Output","id":"id_19ab0739_1764_4d5d_ae9a_044bd26b3b41","value":"\"El valor de la hipotenusa es: \""},{"newline":true,"@type":"Output","id":"id_712e3744_669e_453d_be03_a4886b526498","value":"hipo"},{"@type":"Return","id":"id_0c2fd867_e1b2_4ad4_bfd7_c59056abe417","maybeValue":null}],"parameters":[]},"id":"id_ccd6f0cc_ec98_4f34_bc18_924b2d19db02","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":244}