Computer Science, asked by giriiaditya923, 1 day ago

What will be the output of the following?

1. a=input ("20")

2. s=input ("Enter your name")

3. x-float (input ("Enter your salary"))

4. z=int (input ("20" + "30"))

5. y=int (input (44 * 3))​

Answers

Answered by jonitamoraes2006
3

Answer:

1:- a=20

2:- s= meena

3:- x= 20000

4:- z= 50

5:- y= 132

Similar questions