Dec-05-2018, 10:20 AM
these 2 functions are
for the second function,I just cannot understand the syntax and functionality here.
Thanks
def print_end():
print()
def nothing():
"do nothing"for the first function, what is meant by print with no argument?for the second function,I just cannot understand the syntax and functionality here.
Thanks
