- 20
What is the output of this code>>>print(3*"7")
30 Respuestas
+ 2
777 is the answer
Thanks
+ 2
since "7" is a string like seven so the 3* makes the seven 3 times (777 like seven seven seven) string is a text
+ 1
777 is answer of this question (What is the output of this code?
>>> print(3 * '7')).
+ 1
hi
+ 1
How do u get 777
+ 1
The output of this code is (3* '7') is 777, 7 is put into quotation marks which means it will output 7 - 3 other times.
0
hhow do you get 777?
0
🤔
0
What is the output of this code?
0
777
0
e
0
The answer is 777
0
777 is the answer because 7 is a string getting multiplied by 3
0
777 bro like what da heck bro like why bro like ug
0
777
0
0
Here is the solution:
777
0
Answer is 777
0
lol i couldnt find out how to do it, i kept putting 7*7*7
0
I found it hard too, its almost like maths, it says 3 * '7' its put the 7 in quotation marks which means it will output 7, 3 times. I hope I've helped.
777