Computer Science, asked by tarunpeddinti01, 2 months ago

Points: 1 / Python
What is the output of the following?
print({}'.format(1112223334))
A) 1112223334
B) Error
C) 1,112,223,334
D) 111,222,333,4​

Answers

Answered by Anonymous
0

Answer:

B. Error  (It's a syntax Error)

Similar questions