How can I input values without spaces when I input the values?
I don`t know if there are trick can I do I try to solve this problem
x,y,z=(input().split())
This is how it happens when input value
2 + 2
I want like this
2+2
New contributor
Hamza JSM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.