digits

PythonF

Toggle – Digits and Words

The program must accept a string S which contains digits as integer values and words. The program must toggle the digits to words and words to…
CF

Print Digits – X and Y

The program must accept two integers X and Y as the input. The program must print all the digits from the unit digit of X…
PythonF

Integer with Two Digits

The program must accept an integer N as the input. The program must print YES if the integer N is formed using exactly two digits. Else the…