Ram, the junior programmer of the project is assigned the task
of maintaining the names(in the format firstname lastname) of
his project members in Python List and take the reports needed
for the day by his Project Leader. Complete the partially filled
code with appropriate statements to generate the required
reports.
Mem_names=['Sita raman', 'Mughilvanan', 'Laxman rekha',
'Mani maran','John fedrick']
for i in ---------------: #1.Loop to traverse the list
L=--------------- #2.To store the firstname&lastnamein list
------------------#3 Print only the firstname of the member
------------------ #4Print the member name in uppercase
If----------------: #Compare first &last name by ignoring the case
print('Name with same first and last character’, i)
Answers
Answered by
1
Answer:
Too long .................................
Similar questions