Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 269 Bytes

word-repeater

COMP 1020 Git Practice Lab

This program takes a word as input and creates a new string that prints that word n times, where n is a postiive integer.

To run, run the file word-repeater.py in pycharm and follow the on screen printed instructions.