Assign the value to a variable with suitable data type i. m=22/7 ii. k=0.00004545 iii. g= true iv. ‘4’
Answers
Answered by
5
Answer:
NOOOOOOOOOOOOOOOOOOOOOOOOOO
Answered by
0
Answer:
hi..
i am answering according to python....
Explanation:
>>> type(22/7)
<class 'float'>
>>> type(0.00004545)
<class 'float'>
>>> type(True)
<class 'bool'>
>>> type("true")
<class 'str'>
>>> type("4")
<class 'str'>
#hope it helps you
please mark brainliest
Similar questions
Computer Science,
5 months ago
Math,
5 months ago
English,
10 months ago
Hindi,
10 months ago
Computer Science,
1 year ago
Math,
1 year ago