5 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
5d49809fd5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-10-13 14:37:40 +00:00
USP-2024
ab7bcb99bc
Update binary_count_trailing_zeros.py
The function count_zeros_and_ones takes a binary number as input.
It converts the number to a string and counts the occurrences of 0 and 1 using the count() method.
It returns the counts, which are then printed out.
You can replace binary_number with any binary number you'd like to analyze!
2024-10-13 20:07:18 +05:30
pre-commit-ci[bot]
103d7c48cb [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-10-13 14:16:51 +00:00
USP-2024
f992b5eac6
Update binary_count_trailing_zeros.py
The program prompts the user to enter a binary number.
It checks if the input contains only 0s and 1s using a generator expression.
If the input is valid, it calls the count_zeros_and_ones function and prints the results. If not, it notifies the user of the invalid input.
2024-10-13 19:43:04 +05:30
Vivek
ac6a160f1b
added binary_count_trailing_zeros.py (#2557)
* added binary_count_trailing_zeros.py

* updated binary_count_trailing_zeros.py file

* changed file name to count_trailing_zeros.py

* updated count_trailing_zeros.py

* resolved flake8 error

* renamed to binary_count_trailing_zeros.py

* added required changes

* resolved pre-commit error

* added count_setbits.py

* resolved errors

* changed name to binary_count_setbits.py

* updated file

* reformated file
2020-11-26 09:27:00 +08:00