Is there any terminating symbol in python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is there any terminating symbol in python?

17th Nov 2018, 4:52 AM
Abdul Kather
Abdul Kather - avatar
2 ответов
+ 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