python-by-example-150-chall.../challenges80-87/challenge-081.py

4 lines
109 B
Python
Raw Permalink Normal View History

2019-07-22 20:22:11 +08:00
school_subject = str(input('Enter your favourite school subject? : '))
for i in school_subject:
print(i)