Answer:
A
Explanation:
The answer is A because, to be novice at something that means one is new to and is inexperienced at said activity.
Answer:
Computer is an example of electronic device.
Answer:
to get milk
Explanation:
gjvuvuvjvvjvjvvjvjvhvjvub
Answer:
Given code output is "786".
Explanation:
Code:
list1 = [ 'cyber', 786 , 2.23, 'square', 70.2 ]#defining a list list1 that holds value in parameter
print (list1[1] )#use a print method that prints list index value
In the given code a list "list1" is declared that holds value in it and in the next step a print method is declared that prints the first index value of the list.