I think this solves your problem:
print("Hi!", end='')
print("Hello!")
Hi! Hello!
CLICK HERE to find out more related problems solutions.
I think this solves your problem:
print("Hi!", end='')
print("Hello!")
Hi! Hello!
CLICK HERE to find out more related problems solutions.