in Education by
Predict the output of the following: Print(52*7) Print(“52*7”) Print(“52*7=”,52*7) Print(“52″*7) Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
answer of (52*7) is 364 Explanation: And please follow me

Related questions

0 votes
    1. Predict the output of the following operations if x=5 and y=3. x>=10&& y>=4 f. x>=1 || y>=4 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Predict the output? a,b=12,13 c,d=a*2,a/2 print(a,b,c) Select the correct answer from above options...
asked Dec 16, 2021 in Education by JackTerrance
0 votes
    HOW TO PRINT THE FOLLOWING PATTERN IN JAVA 5 4 5 3 4 5 2 3 4 5 1 2 3 4 5 Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    do you think the following two expression are the same if yes write the output if not justify your answer X=int(22/7) X=(22.0/7) Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    >>> list(range(0, -9,-1)) will print [-1, -2, -3, -4,-5, -6, -7, -8) [0,-1, -2, -3, -4,-5, -6, -7, -8 ... [0,-1, -2, -3, -4,-5, -6, -7] Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    Develop a java program that will print the series (16*1)+(14*2)…(4*7)..Only ANEEK MITRA WILL ANSWER! Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    what will be the output of following python code print(‘ab12’.isalnum()) Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    19. What is the output of the following? M = [ Mon', 45, Tue', 43, Wed', 42) print(M[-1]) * O a) 1] O b ... 42] O c) [ Mon] O d) [42] Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    19. What is the output of the following? M = [ Mon', 45, Tue', 43, Wed', 42] print(M[ :1]) * a) [ ] b) ... ', 42] c) [ Mon'] d) [42] 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
    . 1. Find the output of the following programs. (a) 10 LET AS = “HELLO” 20 LET BS = “FRIENDS” 30 PRINT AS:BS 40 END Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Predict the sequence of numbers that the sprite recites: Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Consider a list2 with values 70,60,50. What will be the output statements considering that the above object has ... print(list2*3) Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
...