Computer Science, asked by koulsanvi2008, 1 month ago

What will be the output of the given Python statement : print("7"+"7")

Answers

Answered by Anonymous
1

Answer:

Output:- 77

Explanation:

print("7"+"7")

output 77

Similar questions