-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
76 lines (76 loc) · 1.89 KB
/
data.json
File metadata and controls
76 lines (76 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
{
"1": "How many Keywords are there in C Programming language ?",
"2": "Which of the following functions takes A console Input in Python ?",
"3": "Which of the following is the capital of India ?",
"4": "Which of The Following is must to Execute a Python Code ?",
"5": "The Taj Mahal is located in ?",
"6": "The append Method adds value to the list at the ?",
"7": "Which of the following is not a costal city of india ?",
"8": "Which of The following is executed in browser(client side) ?",
"9": "Which of the following keyword is used to create a function in Python ?",
"10": "To Declare a Global variable in python we use the keyword ?"
},
{
"1": [
"23",
"32",
"33",
"43"
],
"2": [
"get()",
"input()",
"gets()",
"scan()"
],
"3": [
"Mumbai",
"Delhi",
"Chennai",
"Lucknow"
],
"4": [
"TURBO C",
"Py Interpreter",
"Notepad",
"IDE"
],
"5": [
"Patna",
"Delhi",
"Benaras",
"Agra"
],
"6": [
"custom location",
"end",
"center",
"beginning"
],
"7": [
"Bengluru",
"Kochin",
"Mumbai",
"vishakhapatnam"
],
"8": [
"perl",
"css",
"python",
"java"
],
"9": [
"function",
"void",
"fun",
"def"
],
"10": [
"all",
"var",
"let",
"global"
]
}
]