Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The formatting method {1:<10} represents the ___________ positional argument, _________ justified in a 10 character wide field.

The formatting method {1:<10} represents the ___________ positional argument, _________ justified in a 10 character wide field.
a) first, right
b) second, left
c) first, left
d) second, right

Answer: b
Explanation: The formatting method {1:<10} represents the second positional argument, left justified in a 10 character wide field.

Join The Discussion