Computer Science, asked by 2403muskaan, 5 months ago

find the output in python a=10​

Answers

Answered by anindyaadhikari13
1

Answer:-

a=10

After execution of this statement, the value of a will be 10. a is initialised to 10.

Answered by Oreki
1

After Execution:

a = 10

Explanation:

Initialization of variable a with 10.

Similar questions