Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
[ ]
( )
{ }
| |
def function_name(arguments):
function function_name(arguments):
function_name(arguments) def:
function_name def(arguments):
key in dictionary
dictionary.contains(key)
dictionary.include(key)
key.exists(dictionary)
Which of the following is a control structure in Python?
Functions
Variables
Loops
Strings
list.add(element)
list.insert(index, element)
list.append(element)
list.push(element)
=
==
===
!=
break
continue
pass
skip
for loop
while loop
do-while loop
nested loop
string1.add(string2)
string1.concat(string2)
string1 + string2
string1.join(string2)
call
invoke
run
None of the above