Computer Science, asked by yashgarg1906, 2 months ago

Give the output of the following:

a) a=input()

print(type(a))​

Answers

Answered by KaivalyaKhairnar
1

Answer:

here is your ans

Strings will be type.

Answered by Anonymous
0

Answer:

We use the print() function to output data to the standard output device (screen). ... x = 5; y = 10 >>> print('The value of x is {} and y is {}'.format(x,y)) The value of x is ... For example, we can import the math module by typing the following line:

________________

Similar questions