-
Notifications
You must be signed in to change notification settings - Fork 0
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.
owseaman/countKinN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published