PooriPadhai Logo Home Courses Online Tool Online Test Study Material Contest Blog

Python Built-in Functions Online Test



Instructions:
  • Total number of questions : 10.
  • Time alloted : 10 minutes.
  • Each question carry 1 mark.
  • No Negative marks
  • DO NOT refresh the page.
  • All the best :-)




What You Will Learn in

This Built-in Functions Test helps you to Boost your Knowledge in Python Language. In this test, we will cover the topics in the form of questions like

  • The length of the number of elements in the iterable returns with function len().
  • To convert its argument into octal form, function oct() is used.
  • To return the ASCII value of the alphabet passed to it as an argument built-in function ord() is used.
  • All the blank spaces and convert the integer to a floating point number can be remove with function float().