Computer Science, asked by kaninika93, 5 months ago

output of no 89 type no​

Answers

Answered by Legend42
4

Answer:

Sequential output questions for CAT

Sequential output is basically output of a machine which is working on a fixed sequence. We start with an input and following a fixed pattern or sequence machine gives us the final output. In these type of questions, we observe that input output process in different steps and try to find out the pattern and sequence on which the machine is working.

Answered by anindyaadhikari13
1

Question:-

Write the output of the following code.

Solution:-

Given code,

no=89

print(type(no))

no is a variable of integer data type.

So,

output:- <class 'int'>

Output:-

<class 'int'>

For verification, check out the attachment.

Attachments:
Similar questions