[Solved] Files Written Str Question Answer Answer Following Expression Surround Strings Double Quot Q37166972
I have files and in it its written in it:
STR
QUESTION
ANSWER
What is the answer of the following expression? Surround stringswith double quotes (like “this”). “3”+”3″
“33”
What is the string answer of the following expression? Surroundyour answer with double quotes (like “this”). “a” + “b “+”c” + “d.”
“ab c d.”
or:
MC
QUESTION
OPTIONS
ANSWER
Given x=2, y=4, and b=True, what is the result of the followingexpression: (x True;False
1
Given x=2, y=4, and b=True, what is the result of the followingexpression: (x True;False
2
or:
INT
QUESTION
ANSWER
What is the result of evaluating the following expression?12*2+5
29
What is the result of evaluating the following expression?12+5*3
27
the function name is:
def import_qs(filename, deck):
how do i format it so it is:
card3 = {‘id’: 3, ‘type’: ‘MC’, ‘q’: ‘Are you a student?’, ‘a’:1, ‘aux’: [‘Yes’,’No’]}
where id is the question number
type is either INT, STR, or MC,
q is the question
a is the answer
aux is none if INT or STR. if its MC then its the answerchoices.
Can anyone help me with the logic?
Expert Answer
Answer to I have files and in it its written in it: STR QUESTION ANSWER What is the answer of the following expression? Surround s… . . .
OR

