Computer Science, asked by abhisheksivaswamy, 9 months ago

escape sequence for tab is _______​

Answers

Answered by gaganadithyareddy9
2

Answer:

Escape sequence for tab space in python is \t ...

Example:

print("Hello\tWorld")

Output:

Hello World

HOPE THIS HELPS YOU!!

Similar questions