Computer Science, asked by Anonymous, 8 months ago

What will be the output of the following python statement: >>> print(“3” + “3”)

Answers

Answered by imtiyazallam
6

Answer:

The result would be:

33

Explanation:

Attachments:
Similar questions