Skip to content

This function written in Python 3 counts the number of times an integer K appears in an integer N. For example, given a value N = 12, to get the number of times an integer K = 2 appears in N is 6. i.e. 2,12, 20, 21 and 22.

Notifications You must be signed in to change notification settings

owseaman/countKinN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This function written in Python 3 counts the number of times an integer K appears in an integer N. For example, given a value N = 12, to get the number of times an integer K = 2 appears in N is 6. i.e. 2,12, 20, 21 and 22.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages