3) Write Python statements to do the following tasks.
a) Create a list that contains the names of 5 students of your class.
b) Add one more name to the list of 5 students
c Delete the first name from the list of students
Answers
Answered by
5
Answer:
str1="Hello"
str2="World"
print ("String 1:",str1)
print ("String 2:",str2)
str=str1+str2.
print("Concatenated two different strings:",str)
Explanation:
plz mark me brainlist
Similar questions