Invalid identifiers:
1 data – The first character shouldn’t be a number
my.file – Periods are not allowed
elif, lambda and break – Keywords can’t be used as identifiers
Rest are valid identifiers
Invalid identifiers:
1 data – The first character shouldn’t be a number
my.file – Periods are not allowed
elif, lambda and break – Keywords can’t be used as identifiers
Rest are valid identifiers