You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experiment/posttest.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@
8
8
},
9
9
"correctAnswer": "a"
10
10
}, {
11
-
"question": "What is the output when following code is executed?<br>str1='virtualpythonla'",
11
+
"question": "what will be output of following code ? str1='helloworld'<br> str1[::-1]",
12
12
"answers": {
13
-
"a": " pylab",
14
-
"b": "lautriv",
15
-
"c": "lurv",
16
-
"d": "pati"
13
+
"a": "dlrowolleh",
14
+
"b": "hello",
15
+
"c": "world",
16
+
"d": "helloworld"
17
17
},
18
-
"correctAnswer": "c"
18
+
"correctAnswer": "a"
19
19
}, {
20
20
"question": "What is the output of following Python program?<br>text='Python is high-level programming language'words=text.split()l=len(words)print('Number of words of the text:%d'% l)",
0 commit comments