0

anybody please help it out for me

please solve it by python3 language. please help!!!!! Write a program that prints the integer from 0 to 100. But it must print 'Hii' for the number which is multiple of 4 and print "Hello" for all the integer which is multiple of 7 and print "HiiHello" for the integers which is multiple of both 4 and 7.

15th Apr 2020, 11:10 AM
Shruti
3 Antworten
+ 7
hi Shruti users here won't solve your problem for unless you make some effort to the problem at hand, why don't you try solve the problem on paper without trying to write a code directly
15th Apr 2020, 11:16 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 4
Shruti You can use for loop and conditions (if - elif - else) to do this.... You should try it yourself as it will give you more satisfaction... We can help you only after you show us an attempt.
15th Apr 2020, 11:57 AM
Utkarsh Sharma
Utkarsh Sharma - avatar
0
Shruti try your self and share your attempts in questions. Python read code line by line https://code.sololearn.com/cz9Zc5Q0yx0j/?ref=app
15th Apr 2020, 12:08 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar