Activity 1
Activity 1
Activity 1
Activity 1
DATA TYPE FAMILIARIZATION
SUBMITTED BY:
Abrigo, Renz Christian, B.
COE - 1203
SUBMITTED TO:
Sir Mark Rondol P. Abdon
Familiarize yourself with common operations and methods associated with each data structure.
1. Task 1: List Manipulation:
● Task: Write Python code to perform the following operations on lists:
● Have fun exploring the versatility of Python's data structures and strings!
Republic of the Philippines
BATANGAS STATE UNIVERSITY
The National Engineering University
Alangilan Campus
Golden Country Homes, Alangilan Batangas City, Batangas, Philippines 4200
Tel Nos.: (+63 43) 425-0139 local 2121 / 2221
E-mail Address: coe.alangilan@g.batstate-u.edu.ph | Website Address: http://www.batstate-u.edu.ph
Paste your code here use comments to properly document your program.
print("Abrigo, Renz Christian B.\nCOE-1203\nACTIVITY 1: Data Type
Familiarization")
#Reflection
print("Looking back at the activity, practicing with Python's data structures
and strings really helped me understand them better. \nWhile it was helpful
overall, I did struggle with some parts, like understanding dictionaries and
sets, specifically the use \nof different brackets. But by practicing
regularly and thoroughly understanding the topics’ concepts, I managed to
figure \nthings out and finished the activity successfully. I learned that
it's important to choose the right data structure for each \ntask, get good at
working with strings, and understand how to pick out specific parts of data.
In the future, I'll focus on \ngetting better at solving problems and
exploring more advanced types of data structures. Overall, it was quite a fun
\nexperience, having to learn new things, making mistakes while also learning
from them and having to finish programs \nsuccessfully makes me feel
satisfied.")
Republic of the Philippines
BATANGAS STATE UNIVERSITY
The National Engineering University
Alangilan Campus
Golden Country Homes, Alangilan Batangas City, Batangas, Philippines 4200
Tel Nos.: (+63 43) 425-0139 local 2121 / 2221
E-mail Address: coe.alangilan@g.batstate-u.edu.ph | Website Address: http://www.batstate-u.edu.ph
Task 1:
Task 2:
Task 4:
Republic of the Philippines
BATANGAS STATE UNIVERSITY
The National Engineering University
Alangilan Campus
Golden Country Homes, Alangilan Batangas City, Batangas, Philippines 4200
Tel Nos.: (+63 43) 425-0139 local 2121 / 2221
E-mail Address: coe.alangilan@g.batstate-u.edu.ph | Website Address: http://www.batstate-u.edu.ph
Reflection:
Looking back at the activity, practicing with Python's data structures and strings really helped me understand them
better. While it was helpful overall, I did struggle with some parts, like understanding dictionaries and sets,
specifically the use of different brackets. But by practicing regularly and thoroughly understanding the topics’
concepts, I managed to figure things out and finished the activity successfully. I learned that it's important to choose
the right data structure for each task, get good at working with strings, and understand how to pick out specific parts
of data. In the future, I'll focus on getting better at solving problems and exploring more advanced types of data
structures. Overall, it was quite a fun experience, having to learn new things, making mistakes while also learning
from them and having to finish programs successfully makes me feel satisfied.