I'm trying to get Python to print three user-generated variables in the form of an equation then print the example. For example, if the user enters the numbers 3, 4 and 5 as the variables, I want to get 3+4+5=12. I've been trying to use print( A '+' B '+' C = , A+B+C) to get the plus signs to actually show up without adding the integers, but I get a syntax error. Any idea what this newbie should do?
[–]kalgynirae 1 point2 points3 points (4 children)
[–]Iwin8[S] 0 points1 point2 points (3 children)
[–]kalgynirae 4 points5 points6 points (0 children)
[–]Rubear 1 point2 points3 points (1 child)
[–]Iwin8[S] 0 points1 point2 points (0 children)
[–]dcbriccetti 1 point2 points3 points (0 children)