Python Program to Print Pattern of Letter I || Pattern Programming

preview_player
Показать описание
A simple python program to print pattern of letter I.

Learn how to print pattern of Letter I in Python Programming.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

To print pattern of letter I in python, here I used 2 loops, one for row looping(height of the letter) another loop for printing space ' ', and stars '*' to form a pattern of letter I.

There are 3 conditions where I print *'s
1) The first row
2) Last row
3) Middle column
In all remaining cases, I will print space(``)

*************************************************
Master the basics of data analysis in Python. Expand your skill set by learning scientific computing with NumPy.
*************************************************

Course Suggestion:
Want to learn python with strong fundamentals? If yes, I strongly suggest you take the course below.

#patternProgramming #patternI #letterI #letterPatterns #python #programming

Timeline:
0:00 - 0:03 : Channel Intro
0:04 - 0:06 : Video Title
0:07 - 5:01 : Whiteboard Explanation(Print Pattern of Letter I)
5:02 - 10:16 : Live Coding(Print Pattern of Letter I)
10:17 - 10:35 : Video Outro(Talking Head)
10:36 - 10:38 : Thankyou for Watching
10:39 - 10:59 : Channel Outro

-~-~~-~~~-~~-~-
Note: Some of my links and reviews I share are affiliate links, which means I earn a little commission from it when you purchase through those links, without any extra costs to you.
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

sir, can you explain this pattern code in python?
* * *
* *
* * *
* *

* *

remyathomas