Computer Science, asked by nooh10773, 1 month ago

In python what will be its output
tup1=("Ahmed","Amir","Subhan")
print(tup1[-3:0])​

Answers

Answered by medhapatni2
0

Answer:

File "<string>", line 2

print(tup1[-3:0])​

^

SyntaxError: invalid character in identifier

>

////

()

Similar questions