Post

Coding Computing Coach
Coding Computing Coach@CodingComputing·
@PythonPr Answer: 20 Solution: x is the integer 10. y is the string "10". However, int(y) converts the string to int. Hence, int(y) gives the value 10. So, x + int(y) simplifies to 10 + 10 that gives 20.
English
0
1
11
521
Paylaş