Is this statement wrong??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this statement wrong???

×=int (input ("enter the first number"))

22nd Mar 2020, 1:21 PM
Sangeeta Keshari
Sangeeta Keshari - avatar
3 Answers
+ 1
Check for yourself, you should revise so that your doubts clear: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2426 This is a open- shut type of question please follow the rules https://www.sololearn.com/Discuss/1316935/?ref=app edit and change that × to x
22nd Mar 2020, 1:34 PM
Daljeet Singh
Daljeet Singh - avatar
0
I want an answer of this question
22nd Mar 2020, 1:22 PM
Sangeeta Keshari
Sangeeta Keshari - avatar
0
No, it should prompt the user for an input with "enter first number". That input would then be converted to an integer. x is then the reference to the value
22nd Mar 2020, 2:57 PM
Slick
Slick - avatar