# introducing myself
name = ' erick '
place = ' Dar es salaam '
hobbies = ' Learning new things '
loving = ' technology and programming '
wonders = ' to meet new people and share ideas'
print('My name is', name , ' I born at', place, ' i enjoying', hobbies ,'especially about', loving + 'am always excited to' , wonders)
# DATA TYPES
# INT AND FLOAT
x = 7
y = 7
print (x + y)