05 - PATTERN PROGRAMS IN PYTHON PROGRAMMING

preview_player
Показать описание
PATTERN PROGRAMS IN PYTHON PROGRAMMING
PATTERN - 1
1
2 3 4
5 6 7 8 9
10 11 12 13 14 15 16

PATTERN - 2

1
1 2 1
1 2 3 2 1
1 2 3 4 3 2 1
1 2 3 4 5 4 3 2 1
Рекомендации по теме
Комментарии
Автор

Thank you sir for this video. Your video helped me a lot.
The example was:
Write a Python code to print following output:
ouput-
2
4 6 8
10 12 14 16 18
Even solution of this is not given correct by the AI's. AI's also failed to solve this. You are the best sir.

gamingwithpiyush
Автор

excuse me sir if you don't mind will you please expalin deeply about taking( j-1, 0, -1)

kanugulamuralikrishna
Автор

Tq sir completed this playlist too...
Any other pgms left sir for placements

shahsikalagowda
Автор

Thank you sir for your clear explanation

bhavyasfoodsremedies
Автор

Sir for k in range(j-1, 0, -1) :
Sir why here -1 after 0

ravikiransakepujari
Автор

sir, can you please explain about the range(j-1, 0, -1):
i couldn't understand the method of having that type of syntax...
sir please respond and reply

StatusBatch_
Автор

🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏serriously thank you so much sir

kanugulamuralikrishna
Автор

These patterns how to use in c language

rahamathjani