#!/usr/bin/python3      
#########################################################
#  test pythonWeb.py utility and print
#########################################################
x = 1
y =2 




print('Content-type:text/html \n')
print('<body bgcolor=tan>')
print('<br>')
print('Python hello line 1 <br>')
line2 = "line 2"
print(F'Python hello {line2} <br>')