Modem, router, switch, server, etc. these are hardware meant to facilitate the transfer or storage of remote information.
Go on your school computer, and find a copy of the form. Then print it from the school printer.
Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.