Skip to content
Menu
Menu
B Tech All Subjects
Data Structure
Unit 1 – Introduction to Data Structure
Unit 2 – Array and Linked Lists questions
Unit 3 – Searching and Sorting questions
Unit 4 – Graph and Tree questions
Unit 5 – Stack and Queue Most Asked Questions
Computer Network
Unit 1: Introduction to Computer Network
Unit 2 :Medium Access sub layer
Unit 3 : Network Layer
Unit 4 : Transport Layer
Unit 5 : Application Layer
Database Management System
Unit 1: Introduction to DBMS
Unit 2 : Relational data Model and Language & SQL
Unit 3 : Data Base Design & Normalization
Unit 4 : Transaction Processing Concept
Unit 5 : Concurrency Control Techniques
Design and Analysis of Algorithms
Unit 1: Introduction to DAA
Unit 2 : Advanced Data Structure
Unit 3 : Divide and Conquer and Greedy
Unit 4 : Dynamic programming
Unit 5 : Selected Topics
Web Technology
Unit 1 : Introduction and Core Java
Unit 2 : Web Page Designing
Unit 3 : Scripting
Unit 4 : Server Site Programming
Unit 5 : PHP (Hypertext Preprocessor)
Software Project Management
Unit 1: Introduction and Software Project Planning
Unit 2: Project Organization and Scheduling
Unit 3: Project Monitoring and Control
Unit 4: Software Quality Assurance and Testing
Unit 5: Project Management and Project Management Tools
Interview Preparations
C Coding Questions
C Pattern Questions
C Interview Questions
Java Coding Questions
Java Pattern Questions
Java Interview Questions
Java 8 Interview Questions
Java 8 Coding Question
Spring Boot Interview Questions
Microservices Interview Questions
Python Coding Question
Git Interview Questions
Python Pattern Programs
SQL Interview Question
Python Interview Questions
View More ..
Ans:
And below Python concepts are used to print that patterns
For Loop
While Loop
if..else
1). Program to print half pyramid pattern using star(*) in Python
Output
2). Program to print inverted half pyramid pattern using star(*) in Python
Output
3). Program to print right half pyramid pattern using star(*) in Python
Output
4). Program to print inverted right half pyramid pattern using star(*) in Python
Output
5). Program to print full pyramid pattern using star(*) in Python
Output
6). Program to print inverted full pyramid pattern using star(*) in Python
Output
7). Program to print half pyramid pattern using numbers in Python
Output
8). Program to print inverted half pyramid pattern using numbers in Python
Output