FIFA-2022 Career Guide Free Tutorials Go to Your University Placement Preparation 
0 like 0 dislike
4.4k views
in Python Programming by Goeduhub's Expert (9.3k points)

program which accepts a sequence of comma separated 4 digit binary numbers as its input and print the numbers that are divisible by 5 in a comma separated sequence.

inputs-

1001 0101 0111 1010 output-

number divisble by 5 ['0101', '1010']

1 Answer

0 like 0 dislike
by Goeduhub's Expert (9.3k points)
 
Best answer
l=[]

def bini(a):

    temp=0

    k =3

    for i in a:

        if(i == '1'):

            temp = temp + pow(2,k)

            k=k-1

        else:

            k=k-1

            continue      

    if(temp%5==0):

        l.append(a)      

for i in range(0,4):  

    bini(input())

print("number divisble by 5 : ",l)

Learn & Improve In-Demand Data Skills Online in this Summer With  These High Quality Courses[Recommended by GOEDUHUB]:-

Best Data Science Online Courses[Lists] on:-

Claim your 10 Days FREE Trial for Pluralsight.

Best Data Science Courses on Datacamp
Best Data Science Courses on Coursera
Best Data Science Courses on Udemy
Best Data Science Courses on Pluralsight
Best Data Science Courses & Microdegrees on Udacity
Best Artificial Intelligence[AI] Courses on Coursera
Best Machine Learning[ML] Courses on Coursera
Best Python Programming Courses on Coursera
Best Artificial Intelligence[AI] Courses on Udemy
Best Python Programming Courses on Udemy

 Important Lists:

Important Lists, Exams & Cutoffs Exams after Graduation PSUs

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy ||  Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 

 

Free Online Directory

...