Computer Science, asked by hiteshBhojwani, 4 months ago

Predict the output of following

x=2

y = 10 xy*x+1

y =x*y*x+1 print(x,y)​

Answers

Answered by Anonymous
2

\leadsto\sf{Computer \: Language:}

  • Python 3.0

\leadsto\sf{Program:}

x=2

y = 10

y =x*y*x+1 print(x,y)

Attachments:
Similar questions