Computer Science, asked by Harshitno1, 5 months ago

Write output of :- print(2 * "my age" +"is" , 5)

Answers

Answered by Oreki
0

Output:

my agemy ageis 5

Answered by anindyaadhikari13
1

Output:-

Given code,

print(2 * "my age" +"is" , 5)

The output for the following code segment is

my agemy ageis 5

Similar questions