Python Forum
It seems like the overall Python syntax would be error prone
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It seems like the overall Python syntax would be error prone
#14
davide73_italy,
Python is not C -- brackets are used for other purposes.
Sets use brackets, and they are used to indicate formatted attributes in an f-string.
Python's been around now for 31 years, and has made it to the top with indentation only, no brackets.
I'm an old C programmer, and didn't like indentation at first. Now it just feels natural.
Give it a chance, you'll soon learn to love it.
Reply


Messages In This Thread
RE: It seems like the overall Python syntax would be error prone - by Larz60+ - Jun-16-2021, 01:15 AM

Forum Jump:

User Panel Messages

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