Python Programming Language Quiz 5

Python Programming Language Quiz 5

What is the output of print(math.copysign(9, -1))?





Which of the following is an invalid variable?





What is the output of the following? print('{:$}'.format(9998887776))





What is module in Python?





What is the output of the following? print('wxyz'.translate({'w': '1', 'x': '2', 'y': '3', 'z': '4'}))





The basic I/O connections in file is/are





The position of file is changed from the start to an offset value as





The arguments received from the command line are stored in





os.getlogin() returns





Which of the following belongs to immutable data type of Python?