Excercise::4 Star Pattern Printing || 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!!!
Рекомендации по теме
Комментарии
Автор

a=int(input("allu thambi unaku ethana row vanumla ahh"))
b=bool(int(input("ellu thambi unnaku entha mathiri venumala thalaka mattina 0 podula illa na 1 posula")))
c=a
if b==False:
for i in range(1, a+1):
c-=1
for z in range(c+1):
print("*", end="")
print()
else:
for j in range(1, a+1):
for k in range(j):
print("*", end="")
print(). Bro mass

jokerraretamilgaming
Автор

anna this is my answer
choice=int(input("Enter the choice 0---->patten in correct order or 1---->patten in reverse order :"))
patten=int(input("enter the number of pattend row you want : "))
if choice==bool(0):
for i in range(0, patten+1):
print(i*'*')
elif choice==bool(1):
while patten>=0:
print(patten*'*')
patten-=1
output1:
Enter the choice 0---->patten in correct order or 1---->patten in reverse order :0
enter the number of pattend row you want : 7

*
**
***
****






output2:
Enter the choice 0---->patten in correct order or 1---->patten in reverse order :1
enter the number of pattend row you want : 6


****
***
**
*

codingmastery
Автор

print("unnakku ethana rows venum?")
rows=int(input())
print(' straighta venumna 1and reverse venumna 0')
p=int(input())
a=bool(p)
if p==True:
for i in range(1, rows+1):
for j in range(1, i+1):
print('*', end='')
print()
elif p==False:
for i in range(rows, 0, -1):
for j in range(1, i+1):
print('*', end='')
print()

mpvishwa
Автор

Bro more exercise podugaa bro python la

naveena
Автор

Django framework video potunga bro....
Python videos ella super bro

T.Anitha-tbff
Автор

num = int(input("Enter the number "))
choice = bool(int(input("Enter the 0 or 1 ")))
if choice==True:
k="*"
for i in range(1, num+1):
print(k*i)
elif choice==False:
k="*"
for i in range(num, 0, -1):
print(k*i)

santhoshm
Автор

Bro answer therla bro 😭idea vala bro enna paana

aravind_venkatachalam
Автор

import random
n=int(input())
m=random.randint(0, 1)
if m==1:
for i in range(n+1):
for j in range(i):
print("*", end="")
print()
if m==0:
for i in range(5, 0, -1):
for j in range(i):
print("*", end="")
print()

i try this bro, ithu efficienta irukuma

boopathys
Автор

Row=int(input ("Enter the number of row"))
Boo=int(input("enter 1 or 0"))
bool(1)
bool(0)
If Boo:
For a in range(row):
For b in range(a+1):
Print ("*", end="")
Print()
else:
For c in range(row, 0, -1):
For f in range(f):
Print("*", end="")
Print()

rajeshkannak
Автор

#bro try pani parunga

while True:

a=int(input("enter an number:"))
b=bool(int(input("enter a number in 0, 1:")))


if b is False:
for i in range(1, a+1):
v="*"*i
print(v)
elif b is True:
for i in range(a, 0, -1):
v="*"*i
print(v)

a.kmedia
Автор

#Python Program for printing STAR PATTERNS
star="*"
rows=int(input("Enter the number of rows: "))
b=int(input("Please enter any boolean digits: "))
bool(b)
print(bool(b))
if True:
for i in range(1, rows+1):
print(star*i)
else:
for i in reversed(range(1, rows+1)):
print(star*i)

youngprogrammer
Автор

def identifyer():
userInput= int(input("Enter you stare count : "))
new = int(input("Enter a number : "))
if new == 0:
new = "True"
for i in range(0, userInput):
for j in range(0, i+1):
print("*", end="")
print("\r")

elif new == 1:
new = "False"
for a in range(userInput + 1, 0, -1):
for b in range(0, a - 1):
print("*", end='')
print(" ")

identifyer()


Vathirare This is correct ?, I hope this is correct

karthicksanthosh
Автор

Bro Finally I Finish This Task! Oh Bro Its Like Very Deficult, But Iam Finish This Task Its My One Of The BIGGGG Task Bro WOW!
Many Error's, Many Debugs(Bro பல பிழைகள், பல Debug's) -இதையெல்லாம் செய்து முடிக்க For (3.45 hrs) But Its Fun Bro Super!
My Code Is Too BIG Bro Its My(முதல் பெரிய Code Bro!) Wow Its Not Easy But Bro போகப்போக Easy -ஆகும் என்று நினைக்கேன் Bro!
Thank You Verry Much Soo Much Bro !👌👌👌👌👌👍👍👍👍👌👌👌👍👍👍❤❤❤

TamilPukaska
Автор

A = int(input("Enter the star line you want : "))
B = int(input("For straight line star pattern enter 1 or more than 1\nFor reverse line star pattern enter 0 : "))
X = bool(B)
if X == True:
for I in range(1, A+1):
print(I*"*")
I+=1
elif X == False:
for O in range(1, A+1):
print(A*"*")
A-=1
#ByCOBRA

COBRA-lrsw
Автор

bro please replay me bro for my answer

pradeepr
Автор

def star():
x= int(input("enter the number : "))
b= int(input("enter 0 or 1:"))
if b==0 :
b=(bool(True))
for i in range(0, x):
i=i+1
y=i*('*')
print(i, y)
elif b==1 :
b=(bool(False))
k=x
while k>=1:
k=k-1
z=k*('*')
print(k, z)
else : print('the given b value is invalid please give the valid value')

star()

Bro na write panna code bro

sanjay
Автор

bro, dai i got only i think 75% ok va
answer
x=int(input("Enter the number "))

for j in range(x):
for i in range(j+1):
print("*", end="")
print()

ngarun
Автор

Bro unga exercise ah mattum thani playlist la podunga bro plz

jagadeeps
Автор

Hi bro, I am Vignesh.M
this exercise is very difficult.But I do it, I used for while loop. bool type causting use panna theriyala bro. so, use pannala.
i=1
num = int(input("Enter the number:"))
num1 = int(input("Enter the number (0 or 1):"))

while i <= num:
if num1==0:
print(i*"*")
i=i+1
elif num1==1:
#num in range(0, 0, -1)
print((-i+num+1)*"*")
i=i+1
else:
print("Please Enter the number (0 or 1) only")
break

okay-va bro.thappu iruntha sollunga.

m.vmasstalentmedia
Автор

bro flutter la python use panna mudiuma. And chat create pannunga bro useing flutter please (or) any reaplay me.

MrJK-yqnh