What is the error, if y is a variable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the error, if y is a variable

print ("total employees share is". y)

9th Jul 2019, 7:23 PM
Sam
Sam - avatar
3 Answers
0
replace the period with a comma
9th Jul 2019, 7:25 PM
Jake
Jake - avatar
0
Is this also possible print ("total employees share is", y, "wow")
9th Jul 2019, 7:26 PM
Sam
Sam - avatar
0
open the python compiler and find out :)
9th Jul 2019, 7:28 PM
Jake
Jake - avatar