Computer Science, asked by aadilakshmikadali, 5 hours ago


What is the output of the following?

What will strange(1230) return?

def strange (j):
k = 0
while j> 0 :
k = 10 * k + j % 10
j = j // 10
return k​

Answers

Answered by as6858350
1

Explanation:

fhdfhfddgdghyp didffdffkj dgjkgdkddkdf

Similar questions