the-honk/school/a-level/y12 old school/fundementals/playback speed.py

4 lines
85 B
Python
Raw Normal View History

text = input('Please enter some text: ')
text = text.replace(' ', '...')
print(text)