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
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
English,
9 days ago
Hindi,
18 days ago
Hindi,
9 months ago
Social Sciences,
9 months ago
Hindi,
9 months ago