4th day of python challenges 69-77
This commit is contained in:
4
challenges69-79/challenge-072.py
Normal file
4
challenges69-79/challenge-072.py
Normal file
@@ -0,0 +1,4 @@
|
||||
subject_list = ['arabic', 'english', 'mathematics', 'chemistry', 'physics', 'biology']
|
||||
print(subject_list)
|
||||
subject_list.remove(str(input('Enter subject that you don\'t like : ')).lower())
|
||||
print(subject_list)
|
Reference in New Issue
Block a user