Tuesday, 28 January 2020

Using Python 1

Today i ran some programs using Python, i ran a program that printed letters to make a Christmas tree.
Here is my program:
print("hello world")
print("                                 I")
print("                                III")
print("                               IIIII")
print("                              IIIIIII")
print("                               IIIII")
print("                             IIIIIIIII")
print("                            IIIIIIIIIII")
print("                                 O") 
print("                                 O")
print("                                 O")

No comments:

Post a Comment