Page 1 of 1

What is the output of the following line of code typed into a Python interactive session? >>> print (~100)

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
What is the output of the following line of code typed into a Python interactive session?
>>> print (~100)

A. ~100
B. -101
C. 100