InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following function convert a string to a float in python?(A) int(x [,base])(B) long(x [,base] )(C) float(x)(D) str(x) |
| Answer» | |