Hi there, I'm Hugo Daniel Valladolid Daumas. A game developer based in Mexico. I'm also looking for a position within the gaming industry
1 #About me
2 name = "Hugo Valladolid"
3 job = "Game Developer student"
4 hobby = "Programming"
5 fav_lang = "C#"
6
7 print(f"Hi there ! I'm {name}. I'm a
8 {job} who {hobby} as a hobby
9 with my favourite language
10
{fav_lang}")11
12 |