Predict the output of following
x=2
y = 10 xy*x+1
y =x*y*x+1 print(x,y)
Answers
Answered by
2
- Python 3.0
x=2
y = 10
y =x*y*x+1 print(x,y)
Attachments:
Similar questions
English,
1 month ago
Computer Science,
1 month ago
English,
4 months ago
Computer Science,
4 months ago
Math,
10 months ago
Computer Science,
10 months ago