Value of variable p is 45. Command to coerce p from integer datatype to float datatype is
Answers
Answered by
0
Answer:
sorry
Explanation:
i dont know the answer
Answered by
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