Computer Science

Given str1 = "Hello", what will be the values of:

(a) str1[0]

(b) str1[1]

(c) str1[-5]

(d) str1[-4]

(e) str1[5]

Python Data Handling

80 Likes

Answered By

25 Likes


Related Questions