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.
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
+ 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.
0
Shruti try your self and share your attempts in questions.
Python read code line by line
https://code.sololearn.com/cz9Zc5Q0yx0j/?ref=app