#python-simple-exercise
Read more stories on Hashnode
Articles with this tag
name = 'Smith' print('name: ',name) age = 13 print('age: ', age) location = 'New York' print('location: ',location) availability =...