Computer Science, asked by kaninika93, 5 months ago

output of no=89 type (no)​

Answers

Answered by Nilesh859
1

is it Java

output would be error.....

cus u had not put correct coding....

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