Computer Science, asked by nazmasulthana6347, 11 months ago

Create following variable.
1- 'mystrong' to contain 'hello'
2 - 'myfloat' to contain '2.5'
3- ' myint' to contain '10'

Answers

Answered by Anonymous
3

Explanation:

Answer: mystring = 'hello'

myfloat = 2.5

myint = 10

Similar questions