Skip to content

Building-Devs/Aaron-and-Yaw

Repository files navigation

#Assignment

Write a python code that prints out the following patterns Group members @Yaw @Aaron

#For example if the user's input is 5
1.
    *
    **
   ***
   ****
  *****
2.
*
 **
 ***
 ****
 *****

3.

     *
   *   *
  *     *
 *       *
*         *

4.

     *
   * 1 *
  *  2  *
 *   3   *
*    4    *

5.

     *
   * 4 *
  *  3  *
 *   2   *
*    1    *

About

A python program that generates some patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages