Computer Science, asked by ashatsk, 1 month ago

Create a Python program to print the following pattern
1
1 2 1
1 2 3 2 1
1 2 3 4 3 2 1​

Answers

Answered by shubham85288
2

Answer:

Hello World: Create your First Python Program

Step 1) Open PyCharm Editor. ...

Step 2) You will need to select a location.

Step 3) Now Go up to the “File” menu and select “New”. ...

Step 4) A new pop up will appear. ...

Step 5) Now type a simple program - print ('Hello World! ...

Step 6) Now Go up to the “Run” menu and select “Run” to run your program.

Similar questions