5. To print the first five characters of a string
name = "America"
print (name [_ _
_])
Answers
Answered by
1
use a for loop and store the characters in a different string
Similar questions