The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #767
The function math.trunc() returns the truncated integer part of a number. (geeksforgeeks.org/g-fact-35-truncate-in-python)
What is the type of objects returned by the function math.trunc()?
— The Python Quiz (@thepythonquiz) February 4, 2021
The function math.trunc() always returns None.
A string
A float
A boolean
An integer
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: