cara mencetak terus berlanjut di baris yang sama dalam python
print("Hello world!", end = ' ')
print("It's me.")
Output:
Hello world! It's me.
Smoggy Sandpiper
print("Hello world!", end = ' ')
print("It's me.")
Output:
Hello world! It's me.