Excercise::4 Star Pattern Printing Solution || Python Tutorials in Tamil|| #CodingAnna

preview_player
Показать описание
To help me Make such videos Please Donate::

HopeYouEnjoyedTheVideo!!!

#CodingAnna #PythonTutorialsinTamil

⏬ Popular playlist⏬

👉Unity Tutorials:

👉Python Tutorials:

👉FlappyBird Game:

👉C# Tutorials:

👉Blender Tutorials:

🙏THANKS FOR WATCHING 🙏

⬆️🟥🟧🟨🟩🟦🟪🟫🟥🟧🟨🟩🟦🟪⬛🟥🟧🟨🟩🟦🟪🟫⬇️

♦️My Second Channel:
Gaming Anna: ⬇️

🔴🟠🟡🟢🔵🟣🟤⚪⚫🔴🟠🟡🟢🔵🟣🟤⚪⚫
💟 Subscribe the channel for more videos 💟

❤🧡💛💚💙💜🤎❤🧡💛💚💙💜🤎❤🧡💛💚💙💜🤎
DISCLAIMER:
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.
Thanks For Watching!!!
Рекомендации по теме
Комментарии
Автор

Congrats for 1k...
Do more unity videos...

Rishi-kyjk
Автор

a=int(input("enter the star column:"))

b=int(input("enter the pattern 0 or 1:"))
c=bool(b)

if c :
for i in range(1, a+1):
print('*'*i)

else:
for i in range(1, a+1):
h=(a+1)
print('*'*(h-i))

bro naane own ah type panna coding bro

a__balaji_k
Автор

Almost i understand bro.but, for j in range edhukkunu thaan puriyala.

m.vmasstalentmedia
Автор

Anna game dev and blender thenamum 2 video podunga neenga theliva sollringa matha channellah blender pathi patha sutthama puriyamatingithu neenga innaikku rendu video blender pathi podunga adhuvum 1 video=40 minutes

tamiltechg
Автор

bro what use of "pip install Open-Tamil" please replay.

MrJK-yqnh
Автор

Bro i have already told you that pyttsx3 code give me error so i have searched it in Google in website many of them have this problem they tells it shows error on mobile devices only and they have no problem while using laptop or computer.

kvvisony
Автор

HI BRO, CAN I CODING LIKE THIS?
row=int(input("how many row : "))
pattern=int(input("Enter 1 for straight pattern or enter 0 for reverse pattern :"))
patterntype = bool(pattern)
if patterntype == True:
for i in range(row):

row = 1
print("*"*(row+i))
else:
for k in range(row):
print("*"*row)
row = row-1
# ITS RUN WELL

kash
Автор

bro competiving programming solu koduka bbro

ArunKumar-sgjf