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

Related questions

0 votes
asked Jan 19, 2021 in Python by SakshiSharma
0 votes
asked Jan 13, 2021 in Python by SakshiSharma
...