Look at the sequence and determine the output >>> str="Python" >>> str[:-1] A. 'nohtyP' B. 'nhy' C. 'nhyP' D. 'Pytho'
Answers
Answered by
1
Answer:
d
Explanation:
this is python slicing process
Answered by
0
Answer:
Look at the sequence and determine the output >>> str="Python" >>> str[:-1] A. 'nohtyP' B. 'nhy' C. 'nhyP' D. 'Pytho'
Explanation:
Similar questions