a string can hold only numerical characters in a progran. True or False
Answers
Answered by
0
Answer:
true
Explanation:
it is absolutely correct
Answered by
0
Answer:
False
Explanation:
False
It can be any character.
Example
print("Hello World")
As you can see here, this is a Python string made up of words
So it is false.
Correction in the question - 'program'
Similar questions