Login
Remember
Register
Ask a Question
Which of the following will not yield in declaring x as the datatype of float?
0
votes
asked
Jun 24, 2020
in
Python
by
Robindeniel
Which of the following will not yield in declaring x as the datatype of float?
x=float.fromhex('A')
x=float(10)
x=int(y)
x=5
#python-code
#code-python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 25, 2020
by
SakshiSharma
x=5
...