qwdvhujl qwdvhujl 11-11-2022 Computers and Technology contestada Can you explain the process for this problem please. num = 120 while num > 0: digit = num % 10 print(digit, end='') num //= 10