print(float(input(number- )) * float(input(number2- ))) Where am I wrong ?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

print(float(input(number- )) * float(input(number2- ))) Where am I wrong ?!

it's showing syntax error

17th Apr 2019, 6:21 AM
Akshay Devadiga
Akshay Devadiga - avatar
1 Answer
+ 1
number- and number2- should be inside "" (quotes)
17th Apr 2019, 6:45 AM
Yugabdh
Yugabdh - avatar