0
Is there any terminating symbol in python?
2 Respostas
+ 1
Do you mean terminating symbol for string, like '\0' is in C?
If yes, then no. There's no such terminating symbol here in Python bcz in Python string is an object which has methods and properties on it unlike C which is just a memory address.
0
I'm asking that when starting a new line if there is any terminating symbol like semicolon