5th day of python challenges 80-87
This commit is contained in:
3
challenges80-87/challenge-081.py
Normal file
3
challenges80-87/challenge-081.py
Normal file
@@ -0,0 +1,3 @@
|
||||
school_subject = str(input('Enter your favourite school subject? : '))
|
||||
for i in school_subject:
|
||||
print(i)
|
Reference in New Issue
Block a user