English, asked by sfgn3986, 11 months ago

Value of variable p is 45. Command to coerce p from integer datatype to float datatype is

Answers

Answered by AbhipsitHore
0

Answer:

sorry

Explanation:

i dont know the answer

Answered by awesomegopikrish
0

Answer:

p=float(p)

Explanation:

You can change the datatype of a variable by this function.

Example: X

1. Int = X=int(X)

2. Float = X=float(X)

3. Boolean = X=bool(X) etc..

Similar questions