Pls help | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Pls help

Fill in the blanks to produce a valid code, which takes the values of the x and y variables from the input and outputs their sum. x = int( ()) y = (input()) print(x+ )

24th Nov 2020, 6:15 AM
Abdullahi Hassan
12 ответов
+ 3
Fill in the blanks to produce a valid code, which takes the values of the x and y variables from the input and outputs their sum. The Answer Is Simple x=int (input)() y=int (input)() print(x+y) 1) input 2) int 3)y
11th Apr 2021, 7:57 PM
Mr.NOUR
Mr.NOUR - avatar
0
1.input 2.int 3.y
9th Feb 2021, 1:32 PM
Md Momin Uddin Hridoy
Md Momin Uddin Hridoy - avatar
0
1.input 2.int 3.y
27th Aug 2021, 12:17 PM
PRINCE KUMAR
PRINCE KUMAR - avatar
0
The provided code stores the value 7 in a variable, and outputs it.
14th Sep 2021, 2:51 PM
Yvs Samvruth
Yvs Samvruth - avatar
0
x=int (input)() y=int (input)() print(x+y) 1) input 2) int 3)y
2nd Jan 2022, 8:44 AM
Chief Satyam
0
The provided code stores the value 7 in a variable, and outputs it. answer it
11th Feb 2022, 4:03 PM
Nikhil More
0
The Answer Is Simple x=int (input)() y=int (input)() print(x+y) 1) input 2) int 3)y
2nd Mar 2022, 2:31 PM
Nikhil More
0
the provided code stores the value 7 in a variable num = 7 num *=7*7 print(num)
8th Mar 2022, 5:59 AM
pramod kumar
pramod kumar - avatar
0
X = float(input()) Y = float(input()) Print(x+y) Print(x-y) Print(x/y) Print(x**y)
10th Mar 2022, 6:47 PM
pramod kumar
pramod kumar - avatar
0
1.input 2.int 3.y
22nd Oct 2022, 1:20 PM
Syed Arsh Farooqui
Syed Arsh Farooqui - avatar
- 1
The provided code stores the value 7 in a variable, and outputs it.
19th Jan 2022, 1:03 PM
Sachin Kumar
- 1
num = 7 print(num**3)
28th Mar 2022, 10:34 PM
Abdelkhalek Nael Ahmad Allan
Abdelkhalek Nael Ahmad Allan - avatar