0
What is the error, if y is a variable
print ("total employees share is". y)
3 Respostas
0
replace the period with a comma
0
Is this also possible print ("total employees share is", y, "wow")
0
open the python compiler and find out :)
print ("total employees share is". y)