Built-in Python Functions

9 Questions | Attempts: 185
Share
Please wait...
Question 1 / 9
0 %
0/100
Score 0/100
1. Which built-in function returns the absolute value of a number?
Submit
Please wait...
About This Quiz
Python Programming Quizzes & Trivia

This quiz is on some of the built-in functions in Python 3.2.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which built-in function converts a number or string to an integer?
Submit
3. Which built-in function returns the type of an object?
Submit
4. Which built-in function converts a value to a Boolean, using the standard truth testing procedure?
Submit
5. Which built-in function returns a string version of an object?
Submit
6. Which built-in function converts an integer number to a binary string?
Submit
7. Which built-in function returns True if all elements of the iterable are true (or if the iterable is empty)?
Submit
8. Which built-in function returns True if any element of the iterable is true. If the iterable is empty, return False?
Submit
9. Which built-in function returns a string containing a printable representation of an object, but escapes the non-ASCII characters in the string returned by repr() using \x, \u or \U escapes?
Submit
View My Results

Quiz Review Timeline (Updated): Jan 23, 2013 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 23, 2013
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 02, 2011
    Quiz Created by
    DaKrazyJak
Cancel
  • All
    All (9)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which built-in function returns the absolute value of a number?
Which built-in function converts a number or string to an...
Which built-in function returns the type of an object?
Which built-in function converts a value to a Boolean, using the...
Which built-in function returns a string version of an object?
Which built-in function converts an integer number to a binary string?
Which built-in function returns True if all elements of...
Which built-in function returns True if any element of...
Which built-in function returns a string containing a printable...
Alert!

Advertisement