# -*- coding: UTF-8 -*- str1 = "Welcome Python" str2 = "**********" print(str2.center(20)) print(str1.center(20)) print(str2.center(20))