In python what will be its output
tup1=("Ahmed","Amir","Subhan")
print(tup1[-3:0])
Answers
Answered by
0
Answer:
File "<string>", line 2
print(tup1[-3:0])
^
SyntaxError: invalid character in identifier
>
////
()
Similar questions