Computer Science, asked by Captain2379, 9 months ago

Assuming (name = "John Smith"), what does name[1:-1] return? in python

Answers

Answered by Jea
0

Answer:

John

Explanation:

The return name is John

Similar questions