Computer Science, asked by nasibchand377, 6 months ago

6)Predict the output of python code 3

x,y=7,2

x,y,x=x+2,y+3,x+5​

Answers

Answered by Damini9888
0

Answer:

No output. OR Syntax error

Explanation:

Anything will not be printed because no print or input function is used.

Similar questions