Python Forum
does try really need to be a keyword?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
does try really need to be a keyword?
#11
skaperen Wrote:i could, instead, argue, that ":" isn't needed, in general (and can be optional for enhancing readability for humans)
I proved that "." is not needed in python by implementing a program that adds the dots automatically. If you also remove the ":" and the fact that "try" is a keyword, it may stop to work. I'd much prefer a python without "." than a python without ":".
Reply


Messages In This Thread
does try really need to be a keyword? - by Skaperen - Jan-23-2020, 11:57 PM
RE: does try really need to be a keyword? - by Gribouillis - Jan-28-2020, 09:18 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020