#4 How To Print PATTERNS Using Python by Vothla | 1000 Python Programs | Vothla's Coding

preview_player
Показать описание
#4 PATTERNS
Please find the Source Code Below:
#SourceCode

num = 6
for i in range(num):
for j in range(i):
print(i, end=' ')
print()

for i in range(num,0,-1):
for j in range(i):
print(i, end=' ')
print()


Please stay in touch:
Click here to Subscribe if you have not yet subscribed:

Please follow me:

#VothlaSanthosh #Patterns #VothlaCoding #1000PythonPrograms
Рекомендации по теме
Комментарии
Автор

Got clarity so simply, awesome video.

jaideepsinghkalsi
Автор

Can you please explain same pattern in c++

DeviL_s
Автор

Bro before this video I don't know about for(start, end, skip) these three things why they are using 3 in for loop... I don't know but u cleared my doubt

ashokreddy
Автор

Santu bro, SRK here, tqsm for this pattern m in search of..

rajshekhar
Автор

hi sir I have a problem with alphabets to implement

input: maximum frequency for example :3
input: alphabets for example a
out: for example
a
aa
aaa
aa
a

I hope u sir u got what I mean. best regards

Yaaranever
Автор

The music is really disturbing bruu... thanks though

sboneloxaba
visit shbcf.ru