Answer to Question #258658 in Python for webfjbd

Question #258658

Write a program to output the following:

**********
*        *
* PYTHON *
*        *
**********





1
Expert's answer
2021-10-29T11:54:52-0400
print('*' * 10)
print('*' + ' ' * 8 + '*')
print('* ' + 'PYTHON' + ' *')
print('*' + ' ' * 8 + '*')
print('*' * 10)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog