Computer Science, asked by sunilkumarpanda51, 4 months ago

Say true or false


The int() function converts the specified value into a string.____



The print() function prints the given object to the standard output device.____



The arithmetic operator (-) subtracts values of right side operand from left side operand.____



Each object has its own unique identity.____


\n and ſtare called escape characters.____​

Answers

Answered by Aneswak
2

1. False

2. True

3. True

4. True

5. False

Answered by anindyaadhikari13
0

Answer:

  • The int() function converts the specified value into a string - False. Correct statement - The int() function converts the specified value into integer.

  • The print() function prints the given object to the standard output device - True.

  • The arithmetic operator (-) subtracts values of right side operand from left side operand - True.

  • Each object has its own unique identity - True.

  • \n and \t are called escape characters - True. They are called escape characters or escape sequence.
Similar questions