Problemas
What is the output of the following snippet if the user enters two lines containing square and 4 respectively? x=int(input()) y=int(input()) x=x/y y=y/x print (y) 8.0 the code will cause a runtime error 4.0 2.0
Roztwór
Ramón
professionell · Tutor durante 6 años
4.6
(291 Votos)
Respuesta
the code will cause a runtime error