Which of the following will not result in declaring x as datatype of float? Q & A › Category: Python › Which of the following will not result in declaring x as datatype of float? 0 Vote Up Vote Down Admin Staff asked 5 years ago Which of the following will not result in declaring x as datatype of float? a)x=int(y) b)x=float.fromhex(‘A’) c)x=5 d)x=float(10) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 5 years ago a)x=int(y) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...