Statement to
a) store a number 456 as string
b) convert the string to a numeric value
Answers
Answered by
0
Answer:
gshshshhdhdhdhhdhdhhdhdjfjrghchvhhhh77777777
Answered by
0
Answer:
a) a= '456'
b) a= int('456')
Explanation:
To store any value as string we can use quotation mark or give the datatype before entering the value.
To convert the string to numeric value we can give int datatype before entering a value.
Similar questions