VITyarthi Python Essentials Module 6 Quiz Answer

Question 1

Is it possible to convert string to float?

  1. FALSE
  2. TRUE

 2. TRUE

Question 2

x = 34.45, what is the output for int(x)?

34

Question 3

What is type casting in Python?

  1. Converting one type to another type of the data
  2. Variable declaration
  3. Deleting the variable
  4. None

1.Converting one type to another type of the data

Question 4

what is the output for x = 2 * 3.5?

7.0

If you find anything wrong in this Answer Key, feel free to reach us in the comment section.

Sharing Is Caring:

Leave a Comment