Hello everyone! Do you know python print() statement executes with a newline character. If you want to execute two print statements in the same line............ for that you can use the following syntax: print("your print statement", end='') I hope it might help you somewhere. Thankyou! #day24