Module 2 Test
अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!
The value twenty point twelve times ten raised to the power of eight should be written as:
20.12E8
The 0o prefix means that the number after it is denoted as:
Octal
Which of the following statements are true?
The right argument of the % operator cannot be zero. The ** operator uses right-sided binding.
The print() function can output values of:
any number of arguments (including zero)
The \n digraph forces the print() function to:
break the output line
The meaning of the Keyword parameter is determined by:
the argument's name specified along with its value