output of no 89 type no
Answers
Answered by
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
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
Environmental Sciences,
2 months ago
English,
5 months ago
Math,
5 months ago
Chemistry,
10 months ago
Math,
10 months ago