Star Pattern 7 | Python

preview_player
Показать описание
Another challenging star pattern program in Python. Can you solve it?

Connect with me
------------------------------


How to access Free or Paid learning videos?
-----------------------------------------------------------------------

Most Valued course- Python for beginners, Javascript in depth

How to join coaching in Bhopal?
---------------------------------------------------


Popular Searches
----------------------------
Python by Saurabh Shukla Sir
Python by Saurabh Sir
Javascript
GUI Python
Web Python
Full Stack development
C Language
C++ Language
Data Structure
PHP-MySQL
DBMS
Java
Android


Like, Comments, Share and SUBSCRIBE
Рекомендации по теме
Комментарии
Автор

for i in range(1, 5):
for j in range(1, 8):
mid = 7 // 2
if j <= mid + 1 and j <= mid + 2 - i or j > mid + 1 and j >= mid + i:
print('*', end='')
else:
print(' ', end='')
print()

theepicman
Автор

Yes Sir as Mohit said ...we are truly excited for Data structure and algorithms in python...pls pls sir ...pls make a series on it.

tirupatihendge
Автор

Am in 12th now...was learning to make patterns from class 11th but never successed..
But bcz of you sir, am able to make pattern now...Thank you very much sir..
You got a new subscriber 🤗🤗

flowering
Автор

Very thankful to you sir, you are doing an amazing video for programmer 👏👏it is easy to learn and understand

rathipriyasubramani
Автор

sir please make complete video series on Data Structure and Algorithm using python please sir
it's our humble request.

mohitkumargautam
Автор

why or is used insted of and as used befor?

savitanand
Автор

why we are using OR operator rather than AND

hiteshpapreja
Автор

Pls help me to build this pattern.
***
* *
***
print star only on line of square.

prof.akankshaasati
Автор

Sir, Please make a video on Multidimensional Array(like 3D, 4D) in C showing the working process.
memory representation, accessing elements etc
please Sir, it is very confusing when i see a question using multidimensional array
please sir🙏🙏🙏🙏

mohammadsayem
Автор

Sir jb aap video me kuchh (mouse cursor) se point kar ke explain krte hn to thoda problem hota hai.sir aapse request hai ki light pen ka use karen.

keshavnarayan
Автор

Sir 11th CS NCERT book exercise mai 4 program hai vo bhi karva do please

mm
Автор

Sir java me e sare programs ku nhi hai

silverbullet_
Автор

Write a program to print average using array please sir

ravgautam
Автор

guys if any of you noticed this pattern is forming a palindrome(4321234)

abhishekarya
Автор

Sir bahut sara confusion hai mai aap say phone pr baat kr shakta hu

sourabhkumar