in Technology by

What is the output of ['Hi!'] * 4?

1 Answer

0 votes
by

['Hi!', 'Hi!', 'Hi!', 'Hi!']

Related questions

0 votes
    Predict the output. Hi {{name}}. is used with the context variable: var context = { "name" : "< b>Jane Roe< /b>" } (1)Jane Roe ... display (3)< b>Jane Roe< /b> (4)< b>Jane Roe< /b>...
asked Aug 17, 2021 in Technology by JackTerrance
0 votes
    Describe the action of following reagents on glucose : (1) HI (2) Hydroxyl amine (NH2OH) (3) Hydrogen cyanide ... (6) Acetic anhydride. Select the correct answer from above options...
asked Jan 1, 2022 in Education by JackTerrance
0 votes
    hi friends .. good morning . ©Any 3 difference between Break statement and Continue statement ?? Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    hi friends hope you all are doing great Plz answer my question please do not give invalid answers Write a program ... number. Thank you Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    HI FREINDS HOW ARE YOU ALL GOOD WALA MORNING TO ALL …………………CAN U EXPLAIN NEWTON 3RD LAW Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    What will be the output of the following Python code? >>>list1 = [1, 3] >>>list2 = list1 >>>list1[0] = 4 >>>print(list2) a) [1, 4] b) [1, 3, 4] c) [4, 3] d) [1, 3]...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    What will be the output of the following Python code snippet? for i in [1, 2, 3, 4][::-1]: print (i) a) 4 3 2 1 b) error c) 1 2 3 4 d) none of the mentioned...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    What will be the output of the following Python function? len(["hello",2, 4, 6]) a) Error b) 6 c) 4 d) 3...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    What will be the output of the following Python function? min(max(False,-3,-4), 2,7) a) -4 b) -3 c) 2 d) False...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    What is the output of [1, 2, 3] + [4, 5, 6]?...
asked Nov 26, 2020 in Technology by JackTerrance
0 votes
    When both inputs are different, what will be the logical output of the figure of question 4? (a) 0 (b) 1 (c) either 0 or 1 (d) z Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    Q. 3 Answer the given questions (4 x 2 = 8 marks) Find the output for the following. a) x=4 y=x-1 x=2 print(x, y) Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    following Python Write the output for the Codes i A : 41:100, 2:200, 3: 300, 4:400,5:5003 Print A items ( ... Keys () Print A values ) Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    e)What will be the output of the following code? (2) x,y=4,8 z=x/y*y print(z) Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
...