Computer Science, asked by sanjaygupta6581, 2 months ago

What will be the output of the following?
1. a=input("20")
2. s=input ("Enter you name")
3. x=float (input ("Enter your salary'))
4. z=int (input("20" + "30")
5. y=int (input (44 * 3)​

Answers

Answered by bhoomibhavnani520
0

Answer:

I think the answer must be 1. A

Answered by vinay111mishra
6

Answer:

a= 20

b=Any Name

c=10,000

d= 50.0

e=132.0

Similar questions