Tuesday, July 13, 2021

String Replication in Python

 A simple program to show how to replicate a string using python programming.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me at the following email address for further details.  If you want to advertise on my website, kindly contact me also at my email address also. Thank you.

My email address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com

My mobile number here in the Philippines is 09173084360.




Program Listing

myString= input("Enter a word:")
print(myString * 5)

print("#" * 43)

No comments:

Post a Comment