Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Correct way to declare a variable x of float data type in python:
Home
Python
Correct way to declare a variable x of float data type in python:
+1
vote
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
Correct way to declare a variable x of float data type in python:
a) x = 2.5
b) float x = 2.5
c) float(2.5)
d) All of the above
python-data-type
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...