What is the output of the following python code?print (~~~2017+1)
Answers
Answered by
7
Answer:
Output-
2018
or
~~~2017+1
Answered by
1
Python Code
print (~~~2017+1)
Output:
-2017
- Python is a popular computer programming language used to create software and websites, automate processes, and analyse data. Python is a general-purpose language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.
- The operand is the value that the operator manipulates. Arithmetic operators, assignment operators, comparison operators, logical operators, identity operators, membership operators, and boolean operators are the seven different categories of operators in Python.
- In general, operations on values and variables are carried out using Python operators. These are common symbols that are used for logical and mathematical processes. We shall examine various Python operators in this essay.
- OPERATORS: Those unique symbols. Eg- + , * , /, etc.
- The value that the operator is applied to is referred to as the OPERAND.
#SPJ2
Similar questions