Computer Science, asked by ammumanickam, 4 months ago

5. To print the first five characters of a string
name = "America"
print (name [_ _
_])​

Answers

Answered by affanahmed146
1

use a for loop and store the characters in a different string

Similar questions