Python Pattern Printing Programs || To print alphabet Symbol 'A' || by Durga Sir

preview_player
Показать описание
Python Tutorial
python
python by durgasoft
python videos by durgasoft
Python Online Training
Learn Python
Python Tutorial
python programming Tutorial
python Programming Language Tutorial
python examples
python Advanced Tutorial
python Tutorial for Beginners with examples
python Guide
python 3.0 Tutorials
python crash course
Python Tutorial for Beginners
Python Tutorial for Absolute Beginners
Python Tutorials by durgasoft
Python Programming videos by durgasir
=========================================
You an see more Java videos following link:

Java tutorial by durga sir

Java 9 by durga sir

Java 1.8 Version New Features by Durga sir

Adv Java JDBC Tutorial by Durga sir

OCJA 1.8 Java SE 8 Programmer - I (1Z0 - 808 ) By Durga sir

Core Java by NagoorBabu sir

Advenced Java by Nagoorbabu sir

CoreJava by Ratan

Advanced Java jdbc by Ratan

Advjava tutorials - JSP by Ratan

Adv java servlets tutorial by ratan

Servlet and JSP Tutorial by anji reddy

Advanced Java Jdbc by Anjireddy

Hibernate byAnjireddy

Struts by Anjireddy

Spring by Mr.AnjiReddy

ADV JAVA by Naveen

Spring by Mr.Naveen

Hibernate by Mr. Naveen

Struts by Mr.Naveen
Рекомендации по теме
Комментарии
Автор

Always Very precious thing it is, available free for the students living so far and for those who r unable to get such kind of unique education.
No doubt sir, clear at all. Lots of thanks🙏 🙏

pinturam
Автор

Sir you are God of the coding world... Thank you sir for creating interested towards coding really.

sheshankashahi
Автор

Sir this is my comment after watching your all videos. Thank you Sir. You are superb

DhananjayKumar-fceq
Автор

This Method of Printing Star is so Ossom

alphacoderaman
Автор

Tq very much sir, u r the best programmer 🙏🙏🙏

mahendrapabbathi
Автор

Sir, you are simply too good in coding logic...Thank you so much sir..

MrManojptl
Автор

thank you sir
it is very useful and your teaching is nice.

kaarthikh
Автор

Me-: I am very Dumb in programming 😔

Durga sir-: Don't Worry baacha I am here😊to help

gatoismykitten
Автор

Sir your's this video is so helpful.. sir i request to you please teach us print S symbol..

shaivenakhan
Автор

Sir, can we write this code using user input rows and column

Tripti_Foundation
Автор

Thank you 🧡thank you 🧡 thank you 🧡thank you 🧡 thank you 🧡 thank you 🧡thank you 🧡 so much sir 🧡✨super output find now thank you so much 💙✨

pavithrav
Автор

Pascal triangle program video please sir

pavithrav
Автор

sir please tell me in java, how to print an alphabets from A to Z in java explain for me i am requesting sir

chakalimahantesh
Автор

thanks sir for make coding understandable and easy

ThunderisLIVE
Автор

can you put all the letters in a def() function

michelcusson
Автор

Sir please make some videos on ethical hacking

saimanish
Автор

sir one program that is a to z rows and cols filling that i need

harikakarnata
Автор

just saw letter A and i can write till Z and digits, should i try greek word now :-)

cursedgamer
Автор

Sir, it is not printing LPG 🙁
for i in range(0, 4):
for j in range(0, 12):
if i==0 and j in (0, 4, 5, 6, 9, 10) or i==1 and j in (0, 4, 6, 8) or i==2 and j in (0, 4, 5, 6, 8, 10, 11) or i==3 and j in (0, 1, 2, 4, 8, 9, 10, 11):
if j<3:
print("L", end=" ")
elif j>3 and j<7:
print("P", end=" ")
elif j>7:
print("G", end=" ")
else:
print( ' ', end=" ")
print( )

RudralokeDas
Автор

sir i am getting error while executing this code at line 5 and syntax parse error

JA-vtoe