Question: Write a Python program to Create the following lists: name = [Ali , Sara, Ahmed] grade [90, 80, 60] Then: Concatenate the two lists
Write a Python program to Create the following lists: name = ["Ali ", "Sara", "Ahmed"] grade [90, 80, 60] Then: Concatenate the two lists name and grade using 4 different ways.
Step by Step Solution
3.32 Rating (152 Votes )
There are 3 Steps involved in it
You can concatenate two lists in Python using various methods Here are four different ... View full answer
Get step-by-step solutions from verified subject matter experts
