- 🌍 I'm based in Mexico
- ✉️ You can contact me at karenjocelynhdzromero@gmail.com
about_me={
'name':'Karen',
'last_name' :'Hernandez',
'I_am': 'Informatic',
'country' : 'Mexico',
'age': 22,
'languages':["English", "Spanish"]
}
favorites={
'band':'One Direction',
'singers':["Harry Styles", "Liam Payne", "Cazzu"],
'movies':["Pride and Prejudice", "silver linings playbook","Cenicienta", "Harry Potter and the Goblet of Fire"],
'books':["Angels and Demonds", "Harry Potter" ]
}
print(about_me, favorites)