Write a program in Python to accept a 2 digit number and then print it's digits in separate line.
Answers
Answered by
2
Answer:
above code prints each digit of a number in separate lines in reverse order(ie if value is 234 it prints 4 first then 3 in next line and 2 in next line)if you want to print in order the store the ... Can you write a program that takes two numbers as an input to find and display the smallest number? ... Bareet Singh, It's all about Coding.
Explanation:
Similar questions