Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

2.

15 LAB: Formatted output: No parking


sign
Write a program that prints a formatted "No parking" sign as shown below. Note the first line has
two leading spaces. For ALL labs, end with newline (unless otherwise stated).
NO PARKING
2:00 - 6:00 a.m.
LAB ACTIVITY
2.15.1: LAB: Formatted output: No parking sign
10 / 10

''' Type your code here. '''

print(' NO PARKING')

print('2:00 - 6:00 a.m.')

You might also like