+ 1
how do i get rid of the additional print in the output
okay so run the code by entering a sign a num a num then look at the output. i don't understand why its there and how to remove it. https://code.sololearn.com/cz00w0ZN64Sn/?ref=app
1 ответ
+ 2
What do you men by additional print? If it is the text in your input function eg:input("+ - * /") then simply keep the brackets empty and nothing will be printed on screen but still you can capture the user input like so input()