git config --global user.name "Barnabas Tumuhairwe"
- he/him
primary_stack = "My primary stack is Python/Django"
fun_fact = "I'm a big soccer fan and play a lot of video games(FIFA, Call Of Duty, Mortal Kombat)"
favorite_soccer_club = "I'm a big fan of Arsenal FC"
print(f"{primary_stack}\n{fun_fact}\n{favorite_soccer_club}")