Question-45: In Python which of the following is a floating-point number
- print(1.2)
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A,B,C,D
All are valid floating number, when you run above in Python following output will be generated.
1.2
0.2
You can access to full explanation to question and answer from this page.