4th day of python challenges 69-77
This commit is contained in:
4
challenges69-79/challenge-071.py
Normal file
4
challenges69-79/challenge-071.py
Normal file
@@ -0,0 +1,4 @@
|
||||
sport_list = ['football', 'crossfit']
|
||||
print(sport_list)
|
||||
sport_list.append(str(input('Enter your faviorate sport to add it : ')))
|
||||
print(sport_list)
|
Reference in New Issue
Block a user