Computer Science, asked by shivangkashyap129, 18 days ago

Find the error in the following statements. a) T=a,b,c,d
b) T=(“Hello”)
c) T=(1,2,’a’,’b’)
print(max(T))​

Answers

Answered by angadyawalkar09
0

Answer:

Name ‗b' is not defined. (c). Invalid Syntax. (d). Invalid Syntax in second print statement. (e) can't assign to literal in second line.

Explanation:

Similar questions