You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Given two positive numbers N and K. The task is to find the number N contains exactly K digit or not. If contains then print True <space><digit count of N>. Otherwise, print False <space><digit count of N>