Computer Science, asked by himanshumahour7975, 8 months ago

Write a program in Python to accept a 2 digit number and then print it's digits in separate line.

Answers

Answered by zainsyed
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