What is the output of the following Python code: str='Game Over str[4]='-' print (str)
Arabe
yazanqalhawari
Question
What is the output of the following Python code:
str='Game Over
str[4]='-'
print (str)
str='Game Over
str[4]='-'
print (str)