## Target: add empty parenthesis -()- after the two functions without parameters `show` and `exit` (`show()` , `exit() `). Currently, the functions `show` and `exit` take no parameters. Because of it, they should end with (). Anyone can do this?
Target: add empty parenthesis -()- after the two functions without parameters
showandexit(show(),exit()).Currently, the functions
showandexittake no parameters. Because of it, they should end with (). Anyone can do this?