I was today years old when i knew ellipsis can be used as empty body. handy if you want to define something but not sure what to write there. It’s basically same as pass
.
class s:
...
I was today years old when i knew ellipsis can be used as empty body. handy if you want to define something but not sure what to write there. It’s basically same as pass
.
class s:
...