Computer Science, asked by tarunsingh99209, 2 months ago

II. Name the following:
1. The Dutch Programmer who created python.
2. The data type thai is written in single or double quoics.
3. The menu used to open a new python file.
4. The Function used to convert the input into an integer.
5. The function used io convert the input into a float data type.​

Answers

Answered by GirishHolla
0

Answer:

Explanation:

1.  Guido van Rossum

2. String

3.

4. int(input)

5. float(input)

Similar questions