first_name = 'erick'
surname = 'mashaka'
last_name = 'ngunyale'
hobbies = 'technology , programming and creative '
creative_ideals = 'linux system ,blender 3d modeling, animation and scripting'
blender_python = '3d objects, experimenting with python scripts'
plugins_tools = 'software , graphics and digital tools.'
innovation = 'focused, hardworking'
programming_language = 'programming, 3d animation and technology'
thanks = 'nice to meet you and thank you for the listening'
full_name = 'erick mashaka ngunyale'
# PARAGRAPH BY USING CONCATENSING STRINGS
print('hello everyone my name is', "" , first_name.title() , surname.title(), last_name.title(), )
print('i am a passionate and curious person who enjoys learn')
print('ing things-especially in', hobbies.title(),'digital work.', 'i love expl')
print('oring ', creative_ideals.title())
print() #BLANK PARAGRAPH ONE
print('in my free time, i enjoy working on ', blender_python.title(), 'fixing te')
print('chnical issues on devices and improving my knowledge', plugins_tools.title())
print("i'm also interested in music, gaming and learning how different system work.")
print() #BLANK PARAGRAPH TWO
print('people describe me as', innovation.title(),'and always eager to understand')
print('things deeply.', "i enjoy the challenges because they help me grow.")
print('my goal is keep developing my skills in', programming_language.title())
print('and to build creative projects that inspire others')
print() #BLANK PARAGRAPH
print(thanks.upper())
print()
print(full_name.upper()) #CONCLUSION