File size: 277 Bytes
1366553
 
 
 
 
 
 
1
2
3
4
5
6
7
def student(text_list):
    name= 'Data' or 'Web' or 'DATA' or 'WEB' or 'data' or 'web'
    if name == True:
        Student_name = text_list[0] + ' ' + text_list[1]
    else:
        Student_name = text_list[0] + ' ' + text_list[1] + ' ' + text_list[2]
    return Student_name