Загрузка страницы

Python Pattern Programs - Printing Stars '*' in Right Angle Triangle Shape | Star Pattern

In this Python Pattern Printing Programs video tutorial you will learn to print star '*' in right angle triangle shape.

To print star pyramid patterns in python you have to use two for loops. In this program that prints pattern contains two for loops: the first loop is responsible for rows and the second for loop is responsible for columns.

If you are using Python 2 then if you write this code you will get error because in python 2 print is not a function and also we cant use end there so you need to use print as statement and instead of end you need to use coma (,) at the end of print statement to get the same output.

in python 3 you write print like this:
print("*',end="")

in python 2 you need to write:
print "*",

For more free tutorials on computer programming
http://www.facebook.com/AmulsAcademy
twitter.com/AmulsAcademy

Видео Python Pattern Programs - Printing Stars '*' in Right Angle Triangle Shape | Star Pattern канала Amulya's Academy
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
16 января 2017 г. 14:05:10
00:08:41
Яндекс.Метрика