Computer Science, asked by apnaquddus, 8 months ago

#side given as 7
side = int( raw_input(' side') )
area = side * area
print side, area
what will be the output produced by following code fragments?​

Answers

Answered by rishavsharma21pd1prg
1

Answer:

it will be error because you have not defined what is 'area'

Similar questions