0 votes
in Python by
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

1 Answer

0 votes
by
x=5
...