Answers for the questions posted on github.Among the questions posted,10 th question is repeated again as 11th one and 13th is missing.My answers for the questions posted are as follows: 1.a 2.a 3.b 4.d 5.c 6.c 7.c 8.b 9.c 10.c 11.c 12.a 14.c 15.c 16.c 17.b 18.a 19.for i in range(5): for j in range(5): print('*',end=' ') print() #end it will print the asterisk in the horizontal line with space #pritn() it ends the first line and starts the second line
20. num = int(input()) for i in range(1,num): if i%2 == 0: print(i)
@@Bairavi_Vlogs awesome work👌you got most of them correct. I have updated the answers file to the same repo github.com/ds-with-keerthi/python_in_10_videos/blob/main/PYTHON%20IN%2010%20VIDEOS_%20Quiz2_Answers.pdf please checkout! Regarding question 13 I forgot to type it if you notice question 10th has break and 11th has continue so both are different. I appreciate your effort👏keep going!
I love your teaching method sister 🎉
@@maha6823 thank u💜
Continue the video sis
@@NGOFFICAL9 editing in progress!
Answers for the questions posted on github.Among the questions posted,10 th question is repeated again as 11th one and 13th is missing.My answers for the questions posted are as follows:
1.a
2.a
3.b
4.d
5.c
6.c
7.c
8.b
9.c
10.c
11.c
12.a
14.c
15.c
16.c
17.b
18.a
19.for i in range(5):
for j in range(5):
print('*',end=' ')
print()
#end it will print the asterisk in the horizontal line with space
#pritn() it ends the first line and starts the second line
20. num = int(input())
for i in range(1,num):
if i%2 == 0:
print(i)
@@Bairavi_Vlogs awesome work👌you got most of them correct. I have updated the answers file to the same repo github.com/ds-with-keerthi/python_in_10_videos/blob/main/PYTHON%20IN%2010%20VIDEOS_%20Quiz2_Answers.pdf please checkout!
Regarding question 13 I forgot to type it if you notice question 10th has break and 11th has continue so both are different. I appreciate your effort👏keep going!
Hi sister can i know the answer of 15 program you posted in github
@@Hemanthkumar-x5o yes option c
I need python uolo learn
@@T.Y.J.DGoodsCarrier sorry could you please repeat the question differently. I didn't get it