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
What is the output of the following line of code typed into a Python interactive session?
>>> print (~100)
A. ~100
B. -101
C. 100
>>> print (~100)
A. ~100
B. -101
C. 100