Is there any terminating symbol in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Is there any terminating symbol in python?

17th Nov 2018, 4:52 AM
Abdul Kather
Abdul Kather - avatar
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.
17th Nov 2018, 5:20 AM
ŠØŠ°Ń‰Šø Š Š°Š½Š¶Š°Š½
ŠØŠ°Ń‰Šø Š Š°Š½Š¶Š°Š½ - avatar
0
I'm asking that when starting a new line if there is any terminating symbol like semicolon
19th Nov 2018, 6:09 PM
Abdul Kather
Abdul Kather - avatar