name = 'Lauren Sands'
andrewID = 'lsands'

print(f'My name is {name}')
print(f'My andrewID is {andrewID}')